1
0
mirror of https://github.com/seaweedfs/seaweedfs.git synced 2024-12-16 03:29:01 +08:00
seaweedfs/weed/filer/sqlite/sqlite_store_unsupported.go

11 lines
267 B
Go
Raw Normal View History

2021-09-01 17:45:42 +08:00
//go:build !linux && !darwin && !windows && !s390 && !ppc64le && !mips64
// +build !linux,!darwin,!windows,!s390,!ppc64le,!mips64
// limited GOOS due to modernc.org/libc/unistd
package sqlite
func init() {
// filer.Stores = append(filer.Stores, &SqliteStore{})
}