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,11 +1,9 @@
|
||||
module main
|
||||
|
||||
import (
|
||||
hash.fnv1a
|
||||
hash.wyhash
|
||||
rand
|
||||
time
|
||||
)
|
||||
import hash.fnv1a
|
||||
import hash.wyhash
|
||||
import rand
|
||||
import time
|
||||
|
||||
fn main() {
|
||||
sample_size := 10000000
|
||||
|
Reference in New Issue
Block a user