mirror of
https://github.com/vlang/v.git
synced 2023-08-10 21:13:21 +03:00
cmd/tools: use same line imports too
This commit is contained in:
@ -8,9 +8,7 @@
|
||||
// functionality is essentially the same.
|
||||
module main
|
||||
|
||||
import (
|
||||
os
|
||||
)
|
||||
import os
|
||||
|
||||
struct Create {
|
||||
mut:
|
||||
|
Reference in New Issue
Block a user