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 foundationdb
// +build foundationdb
package foundationdb

View File

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

View File

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

View File

@@ -1,5 +1,4 @@
//go:build !windows && !openbsd && !netbsd && !plan9 && !solaris
// +build !windows,!openbsd,!netbsd,!plan9,!solaris
package main

View File

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

View File

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

View File

@@ -1,5 +1,4 @@
//go:build !windows
// +build !windows
package command

View File

@@ -1,5 +1,4 @@
//go:build !darwin && !freebsd && !linux
// +build !darwin,!freebsd,!linux
package command

View File

@@ -1,5 +1,4 @@
//go:build darwin || freebsd || linux
// +build darwin freebsd linux
package command

View File

@@ -1,5 +1,4 @@
//go:build !linux && !darwin && !freebsd
// +build !linux,!darwin,!freebsd
package command

View File

@@ -1,5 +1,4 @@
//go:build linux || darwin || freebsd
// +build linux darwin freebsd
package command

View File

@@ -1,5 +1,4 @@
//go:build linux || darwin || freebsd
// +build linux darwin freebsd
package command

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

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

View File

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

View File

@@ -1,5 +1,4 @@
//go:build !linux && !windows
// +build !linux,!windows
package unmount

View File

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

View File

@@ -1,5 +1,4 @@
//go:build !freebsd
// +build !freebsd
package mount

View File

@@ -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,

View File

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

View File

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

View File

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

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"

View File

@@ -1,5 +1,4 @@
//go:build netbsd || plan9
// +build netbsd plan9
package stats

View File

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

View File

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

View File

@@ -1,5 +1,4 @@
//go:build !windows && !openbsd && !netbsd && !plan9 && !solaris
// +build !windows,!openbsd,!netbsd,!plan9,!solaris
package stats

View File

@@ -1,5 +1,4 @@
//go:build !linux
// +build !linux
package stats

View File

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

View File

@@ -1,5 +1,4 @@
//go:build !windows
// +build !windows
package memory_map

View File

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

View File

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

View File

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

View File

@@ -1,5 +1,4 @@
//go:build !linux && !windows
// +build !linux,!windows
package backend

View File

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

View File

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

View File

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

View File

@@ -1,5 +1,4 @@
//go:build !5BytesOffset
// +build !5BytesOffset
package types

View File

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

View File

@@ -1,5 +1,4 @@
//go:build !5BytesOffset
// +build !5BytesOffset
package util

View File

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

View File

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

View File

@@ -1,5 +1,4 @@
//go:build !s3tests
// +build !s3tests
package util

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

View File

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

View File

@@ -1,5 +1,4 @@
//go:build !plan9
// +build !plan9
package grace

View File

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