mirror of
https://github.com/vlang/v.git
synced 2023-08-10 21:13:21 +03:00
vtest: remove pub
before main
This commit is contained in:
@ -36,6 +36,6 @@ pub fn callback(req picohttpparser.Request, res mut picohttpparser.Response) {
|
||||
}
|
||||
}
|
||||
|
||||
pub fn main() {
|
||||
fn main() {
|
||||
picoev.new(8088, &callback).serve()
|
||||
}
|
||||
|
Reference in New Issue
Block a user