This commit is contained in:
Chris Lu
2026-02-20 18:42:00 -08:00
parent f7c27cc81f
commit e4b70c2521
62 changed files with 1 additions and 63 deletions

View File

@@ -1,5 +1,4 @@
//go:build elastic
// +build elastic
package elastic

View File

@@ -1,5 +1,4 @@
//go:build elastic
// +build elastic
package elastic

View File

@@ -1,5 +1,4 @@
//go:build foundationdb
// +build foundationdb
// Package foundationdb provides a filer store implementation using FoundationDB as the backend.
//

View File

@@ -1,5 +1,4 @@
//go:build foundationdb
// +build foundationdb
package foundationdb

View File

@@ -1,6 +1,4 @@
//go:build (linux || darwin || windows) && sqlite
// +build linux darwin windows
// +build sqlite
// limited GOOS due to modernc.org/libc/unistd

View File

@@ -1,5 +1,4 @@
//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

View File

@@ -1,5 +1,4 @@
//go:build tarantool
// +build tarantool
package tarantool

View File

@@ -1,5 +1,4 @@
//go:build tarantool
// +build tarantool
package tarantool

View File

@@ -1,5 +1,4 @@
//go:build tarantool
// +build tarantool
package tarantool

View File

@@ -1,5 +1,4 @@
//go:build tikv
// +build tikv
package tikv

View File

@@ -1,5 +1,4 @@
//go:build tikv
// +build tikv
package tikv

View File

@@ -1,5 +1,4 @@
//go:build ydb
// +build ydb
package ydb

View File

@@ -1,5 +1,4 @@
//go:build ydb
// +build ydb
package ydb

View File

@@ -1,5 +1,4 @@
//go:build ydb
// +build ydb
package ydb

View File

@@ -1,5 +1,4 @@
//go:build ydb
// +build ydb
package ydb

View File

@@ -1,5 +1,4 @@
//go:build ydb
// +build ydb
package ydb