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:
@ -1,6 +1,6 @@
|
||||
// import mysql
|
||||
|
||||
// pub fn main() {
|
||||
// fn main() {
|
||||
// conn := mysql.connect('localhost', 'root', '', 'mysql')
|
||||
// res := conn.query('show tables')
|
||||
// for row in res.rows() {
|
||||
|
Reference in New Issue
Block a user