mirror of
https://github.com/foxcpp/maddy.git
synced 2025-04-04 21:47:40 +03:00
5 lines
82 B
Go
5 lines
82 B
Go
// +build !nosqlite3,cgo
|
|
|
|
package imapsql
|
|
|
|
import _ "github.com/mattn/go-sqlite3"
|