aboutsummaryrefslogtreecommitdiff
path: root/weed/filer/sqlite/sqlite_store_unsupported.go
blob: 0fba1ea33016a9fc63136b35fc8845f83544845c (plain)
1
2
3
4
5
6
7
8
9
10
//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{})
}