mirror of
https://github.com/vlang/v.git
synced 2025-09-13 22:42:26 +03:00
examples: fix unused db.pg import warning for examples/database/psql/customer.v
This commit is contained in:
parent
79ede5ed09
commit
6eb14082b3
1 changed files with 2 additions and 0 deletions
|
@ -1,6 +1,8 @@
|
||||||
module main
|
module main
|
||||||
|
|
||||||
|
/*
|
||||||
import db.pg
|
import db.pg
|
||||||
|
*/
|
||||||
|
|
||||||
const dash = '----------------------------------------------------------------'
|
const dash = '----------------------------------------------------------------'
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue