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:
@ -1,9 +1,7 @@
|
||||
module main
|
||||
|
||||
import (
|
||||
os
|
||||
testing
|
||||
)
|
||||
import os
|
||||
import testing
|
||||
|
||||
fn main() {
|
||||
args := os.args
|
||||
|
Reference in New Issue
Block a user