mirror of
https://github.com/foxcpp/maddy.git
synced 2025-04-04 13:37:41 +03:00
Root package now contains only initialization code and 'dummy' module. Each module now got its own package. Module packages are grouped by their main purpose (storage/, target/, auth/, etc). Shared code is placed in these "group" packages. Parser for module references in config is moved into config/module. Code shared by tests (mock modules, etc) is placed in testutils.
5 lines
78 B
Go
5 lines
78 B
Go
// +build !nosqlite3,cgo
|
|
|
|
package sql
|
|
|
|
import _ "github.com/mattn/go-sqlite3"
|