mirror of
https://github.com/vlang/v.git
synced 2025-08-04 02:07:28 -04:00
examples: fix unused db.pg import warning for examples/database/psql/customer.v
This commit is contained in:
parent
79ede5ed09
commit
6eb14082b3
@ -1,6 +1,8 @@
|
|||||||
module main
|
module main
|
||||||
|
|
||||||
|
/*
|
||||||
import db.pg
|
import db.pg
|
||||||
|
*/
|
||||||
|
|
||||||
const dash = '----------------------------------------------------------------'
|
const dash = '----------------------------------------------------------------'
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user