@ -1,3 +1,7 @@
// +build linux darwin windows
// limited GOOS due to modernc.org/libc/unistd
package sqlite
import (
@ -0,0 +1,9 @@
// +build !linux,!darwin,!windows
func init() {
// filer.Stores = append(filer.Stores, &SqliteStore{})
}