mirror of
https://github.com/vlang/v.git
synced 2025-09-13 14:32:26 +03:00
vtest: remove pub
before main
This commit is contained in:
parent
3e324befd0
commit
fe249ab0c3
3 changed files with 6 additions and 8 deletions
|
@ -36,6 +36,6 @@ pub fn callback(req picohttpparser.Request, res mut picohttpparser.Response) {
|
|||
}
|
||||
}
|
||||
|
||||
pub fn main() {
|
||||
fn main() {
|
||||
picoev.new(8088, &callback).serve()
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue