mirror of
https://github.com/foxcpp/maddy.git
synced 2025-04-04 21:47:40 +03:00
1. There is only one version for maddy and imapsql-ctl utility. This prevents confusion about compatibility. 2. Modified imapsql-ctl understands maddy config format, this allows it to read needed values from it without the need for lengthy commmand line arguments. Closes #148.
5 lines
68 B
Go
5 lines
68 B
Go
// +build cgo
|
|
|
|
package main
|
|
|
|
import _ "github.com/mattn/go-sqlite3"
|