1
0
mirror of https://github.com/vlang/v.git synced 2023-08-10 21:13:21 +03:00

vfmt: process imports and module name

This commit is contained in:
Alexey
2020-02-19 00:35:14 +03:00
committed by GitHub
parent aaf3ced750
commit 200d3e6446
5 changed files with 49 additions and 3 deletions

View File

@ -0,0 +1,4 @@
import (
filepath
os
)

View File

@ -0,0 +1,2 @@
import filepath
import os

View File

@ -0,0 +1 @@
import os

View File

@ -0,0 +1 @@
import os