forked from vieter-v/vieter
fix: make code compile with updated V version
This commit is contained in:
parent
af4fbc4ccc
commit
25d87fb5e6
3 changed files with 4 additions and 4 deletions
|
|
@ -3,7 +3,7 @@ module db
|
|||
import sqlite
|
||||
import time
|
||||
|
||||
struct VieterDb {
|
||||
pub struct VieterDb {
|
||||
conn sqlite.DB
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue