mirror of
https://github.com/vlang/v.git
synced 2023-08-10 21:13:21 +03:00
builtin: use single line imports, to make analysis easier
This commit is contained in:
@@ -3,10 +3,8 @@
|
||||
// that can be found in the LICENSE file.
|
||||
module builtin
|
||||
|
||||
import (
|
||||
strings
|
||||
hash.wyhash
|
||||
)
|
||||
import strings
|
||||
import hash.wyhash
|
||||
|
||||
fn C.memcmp(byteptr, byteptr, int) int
|
||||
|
||||
|
||||
Reference in New Issue
Block a user