mirror of
https://github.com/vlang/v.git
synced 2023-08-10 21:13:21 +03:00
examples/users.v: fix imports
This commit is contained in:
@ -3,6 +3,8 @@ module main
|
|||||||
import (
|
import (
|
||||||
ui
|
ui
|
||||||
gx
|
gx
|
||||||
|
os
|
||||||
|
darwin
|
||||||
)
|
)
|
||||||
|
|
||||||
const (
|
const (
|
||||||
|
Reference in New Issue
Block a user