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

ci: comment unused import strings

This commit is contained in:
Delyan Angelov
2022-06-28 14:16:39 +03:00
parent 6165b119f6
commit 2bcbd0b636

View File

@ -3,7 +3,7 @@
// that can be found in the LICENSE file.
module golang
import strings
// import strings
import v.ast
import v.mathutil as mu