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
@@ -1,5 +1,4 @@
//go:build foundationdb
// +build foundationdb
package foundationdb
@@ -1,5 +1,4 @@
//go:build foundationdb
// +build foundationdb
package foundationdb
-1
View File
@@ -1,5 +1,4 @@
//go:build integration
// +build integration
package sse
-1
View File
@@ -1,5 +1,4 @@
//go:build !windows && !openbsd && !netbsd && !plan9 && !solaris
// +build !windows,!openbsd,!netbsd,!plan9,!solaris
package main
-1
View File
@@ -1,5 +1,4 @@
//go:build elastic
// +build elastic
package command
@@ -1,5 +1,4 @@
//go:build !elastic
// +build !elastic
package command
-1
View File
@@ -1,5 +1,4 @@
//go:build !windows
// +build !windows
package command
-1
View File
@@ -1,5 +1,4 @@
//go:build !darwin && !freebsd && !linux
// +build !darwin,!freebsd,!linux
package command
-1
View File
@@ -1,5 +1,4 @@
//go:build darwin || freebsd || linux
// +build darwin freebsd linux
package command
-1
View File
@@ -1,5 +1,4 @@
//go:build !linux && !darwin && !freebsd
// +build !linux,!darwin,!freebsd
package command
-1
View File
@@ -1,5 +1,4 @@
//go:build linux || darwin || freebsd
// +build linux darwin freebsd
package command
-1
View File
@@ -1,5 +1,4 @@
//go:build linux || darwin || freebsd
// +build linux darwin freebsd
package command
-1
View File
@@ -1,5 +1,4 @@
//go:build elastic && gocdk && rclone && sqlite && tarantool && tikv && ydb
// +build elastic,gocdk,rclone,sqlite,tarantool,tikv,ydb
package command
-1
View File
@@ -1,5 +1,4 @@
//go:build elastic
// +build elastic
package elastic
@@ -1,5 +1,4 @@
//go:build elastic
// +build elastic
package elastic
@@ -1,5 +1,4 @@
//go:build foundationdb
// +build foundationdb
// Package foundationdb provides a filer store implementation using FoundationDB as the backend.
//
@@ -1,5 +1,4 @@
//go:build foundationdb
// +build foundationdb
package foundationdb
-2
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
@@ -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
-1
View File
@@ -1,5 +1,4 @@
//go:build tarantool
// +build tarantool
package tarantool
@@ -1,5 +1,4 @@
//go:build tarantool
// +build tarantool
package tarantool
@@ -1,5 +1,4 @@
//go:build tarantool
// +build tarantool
package tarantool
-1
View File
@@ -1,5 +1,4 @@
//go:build tikv
// +build tikv
package tikv
-1
View File
@@ -1,5 +1,4 @@
//go:build tikv
// +build tikv
package tikv
-1
View File
@@ -1,5 +1,4 @@
//go:build ydb
// +build ydb
package ydb
-1
View File
@@ -1,5 +1,4 @@
//go:build ydb
// +build ydb
package ydb
-1
View File
@@ -1,5 +1,4 @@
//go:build ydb
// +build ydb
package ydb
-1
View File
@@ -1,5 +1,4 @@
//go:build ydb
// +build ydb
package ydb
-1
View File
@@ -1,5 +1,4 @@
//go:build ydb
// +build ydb
package ydb
-1
View File
@@ -1,5 +1,4 @@
//go:build test
// +build test
package oidc
-1
View File
@@ -1,5 +1,4 @@
//go:build !linux && !windows
// +build !linux,!windows
package unmount
@@ -1,5 +1,4 @@
//go:build windows
// +build windows
package unmount
-1
View File
@@ -1,5 +1,4 @@
//go:build !freebsd
// +build !freebsd
package mount
@@ -1,5 +1,4 @@
//go:build gocdk
// +build gocdk
// Package gocdk_pub_sub supports the Go CDK (Cloud Development Kit) PubSub API,
// which in turn supports many providers, including Amazon SNS/SQS, Azure Service Bus,
@@ -1,5 +1,4 @@
//go:build gocdk
// +build gocdk
package sub
-1
View File
@@ -1,5 +1,4 @@
//go:build ignore
// +build ignore
package policy_engine
-1
View File
@@ -1,5 +1,4 @@
//go:build rocksdb
// +build rocksdb
package weed_server
+1 -1
View File
@@ -15,7 +15,7 @@ import (
"github.com/seaweedfs/seaweedfs/weed/storage/backend"
"github.com/seaweedfs/seaweedfs/weed/storage/erasure_coding"
"golang.org/x/net/context"
"context"
"github.com/seaweedfs/seaweedfs/weed/glog"
"github.com/seaweedfs/seaweedfs/weed/pb/master_pb"
-1
View File
@@ -1,5 +1,4 @@
//go:build netbsd || plan9
// +build netbsd plan9
package stats
-1
View File
@@ -1,5 +1,4 @@
//go:build openbsd
// +build openbsd
package stats
-1
View File
@@ -1,5 +1,4 @@
//go:build solaris
// +build solaris
package stats
-1
View File
@@ -1,5 +1,4 @@
//go:build !windows && !openbsd && !netbsd && !plan9 && !solaris
// +build !windows,!openbsd,!netbsd,!plan9,!solaris
package stats
-1
View File
@@ -1,5 +1,4 @@
//go:build !linux
// +build !linux
package stats
-1
View File
@@ -1,5 +1,4 @@
//go:build linux
// +build linux
package stats
@@ -1,5 +1,4 @@
//go:build !windows
// +build !windows
package memory_map
@@ -1,5 +1,4 @@
//go:build windows
// +build windows
package memory_map
@@ -1,5 +1,4 @@
//go:build rclone
// +build rclone
package rclone_backend
@@ -1,5 +1,4 @@
//go:build rclone
// +build rclone
package rclone_backend
-1
View File
@@ -1,5 +1,4 @@
//go:build !linux && !windows
// +build !linux,!windows
package backend
@@ -1,5 +1,4 @@
//go:build linux
// +build linux
package backend
@@ -1,5 +1,4 @@
//go:build windows
// +build windows
package backend
@@ -1,5 +1,4 @@
//go:build 5BytesOffset
// +build 5BytesOffset
package needle_map
-1
View File
@@ -1,5 +1,4 @@
//go:build !5BytesOffset
// +build !5BytesOffset
package types
-1
View File
@@ -1,5 +1,4 @@
//go:build 5BytesOffset
// +build 5BytesOffset
package types
-1
View File
@@ -1,5 +1,4 @@
//go:build !5BytesOffset
// +build !5BytesOffset
package util
-1
View File
@@ -1,5 +1,4 @@
//go:build 5BytesOffset
// +build 5BytesOffset
package util
@@ -1,5 +1,4 @@
//go:build s3tests
// +build s3tests
package util
@@ -1,5 +1,4 @@
//go:build !s3tests
// +build !s3tests
package util
-1
View File
@@ -1,5 +1,4 @@
//go:build linux || darwin || freebsd || netbsd || openbsd || plan9 || solaris || zos
// +build linux darwin freebsd netbsd openbsd plan9 solaris zos
package util
-1
View File
@@ -1,5 +1,4 @@
//go:build windows
// +build windows
package util
-1
View File
@@ -1,5 +1,4 @@
//go:build !plan9
// +build !plan9
package grace
@@ -1,5 +1,4 @@
//go:build plan9
// +build plan9
package grace