mirror of
https://github.com/mattermost/focalboard.git
synced 2025-04-14 11:28:37 +02:00
6 lines
94 B
Go
6 lines
94 B
Go
//go:build sqlite3
|
|
|
|
package sqlstore
|
|
|
|
import _ "github.com/mattn/go-sqlite3" // sqlite driver
|