mirror of
https://github.com/vlang/v.git
synced 2023-08-10 21:13:21 +03:00
examples,tools: cleanup most warnings
This commit is contained in:
@ -8,7 +8,7 @@ fn main() {
|
||||
}
|
||||
|
||||
fn move(n int, a string, b string) int {
|
||||
println('Disc $n from $a to $b\...')
|
||||
println('Disc $n from $a to ${b}...')
|
||||
return 0
|
||||
}
|
||||
|
||||
|
@ -1,6 +1,5 @@
|
||||
// Simple raw HTTP head request
|
||||
import net
|
||||
import time
|
||||
import io
|
||||
|
||||
// Make a new connection
|
||||
|
Reference in New Issue
Block a user