aboutsummaryrefslogtreecommitdiff
path: root/weed/filer/sqlite/sqlite_store_unsupported.go
blob: 351d2e501f4b0ab8081273cde4092a799cd256a3 (plain)
1
2
3
4
5
6
7
8
9
10
//go:build !linux && !darwin && !windows && !s390 && !ppc64le && !mips64 && !sqlite
// +build !linux,!darwin,!windows,!s390,!ppc64le,!mips64,!sqlite

// limited GOOS due to modernc.org/libc/unistd

package sqlite

func init() {
	// filer.Stores = append(filer.Stores, &SqliteStore{})
}