mirror of
https://github.com/1f349/lavender.git
synced 2024-11-09 22:32:48 +00:00
6 lines
62 B
Go
6 lines
62 B
Go
|
package database
|
||
|
|
||
|
import (
|
||
|
_ "github.com/mattn/go-sqlite3"
|
||
|
)
|