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

parser: warning about unused imports

This commit is contained in:
yuyi
2020-05-14 23:14:24 +08:00
committed by GitHub
parent c3fe2135a4
commit 6d0b791ac8
18 changed files with 46 additions and 27 deletions

View File

@ -1,7 +1,6 @@
module main
import os
import term
// //////////////////////////////////////////////////////////////////
// / This file will get compiled as part of the main program,
// / for a _test.v file.