Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion build/buildconstants/params_2k.go
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
//go:build debug || 2k
// +build debug 2k

package buildconstants

Expand Down
1 change: 0 additions & 1 deletion build/buildconstants/params_2k_test.go
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
//go:build debug || 2k
// +build debug 2k

package buildconstants

Expand Down
1 change: 0 additions & 1 deletion build/buildconstants/params_butterfly.go
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
//go:build butterflynet
// +build butterflynet

package buildconstants

Expand Down
1 change: 0 additions & 1 deletion build/buildconstants/params_butterfly_test.go
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
//go:build butterflynet
// +build butterflynet

package buildconstants

Expand Down
1 change: 0 additions & 1 deletion build/buildconstants/params_calibnet.go
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
//go:build calibnet
// +build calibnet

package buildconstants

Expand Down
1 change: 0 additions & 1 deletion build/buildconstants/params_calibnet_test.go
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
//go:build calibnet
// +build calibnet

package buildconstants

Expand Down
1 change: 0 additions & 1 deletion build/buildconstants/params_debug.go
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
//go:build debug
// +build debug

package buildconstants

Expand Down
1 change: 0 additions & 1 deletion build/buildconstants/params_interop.go
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
//go:build interopnet
// +build interopnet

package buildconstants

Expand Down
1 change: 0 additions & 1 deletion build/buildconstants/params_interop_test.go
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
//go:build interopnet
// +build interopnet

package buildconstants

Expand Down
1 change: 0 additions & 1 deletion build/buildconstants/params_mainnet.go
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
//go:build !debug && !2k && !testground && !calibnet && !butterflynet && !interopnet
// +build !debug,!2k,!testground,!calibnet,!butterflynet,!interopnet

package buildconstants

Expand Down
1 change: 0 additions & 1 deletion build/buildconstants/params_mainnet_test.go
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
//go:build !debug && !2k && !testground && !calibnet && !butterflynet && !interopnet
// +build !debug,!2k,!testground,!calibnet,!butterflynet,!interopnet

package buildconstants

Expand Down
1 change: 0 additions & 1 deletion build/buildconstants/params_shared_vals.go
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
//go:build !testground
// +build !testground

package buildconstants

Expand Down
1 change: 0 additions & 1 deletion build/buildconstants/params_testground.go
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
//go:build testground
// +build testground

// This file makes hardcoded parameters (const) configurable as vars.
//
Expand Down
1 change: 0 additions & 1 deletion build/buildconstants/params_testground_test.go
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
//go:build testground
// +build testground

package buildconstants

Expand Down
1 change: 0 additions & 1 deletion build/builtin_actors_gen_test.go
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
//go:build release
// +build release

package build_test

Expand Down
1 change: 0 additions & 1 deletion build/tools.go
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
//go:build tools
// +build tools

package build

Expand Down
1 change: 0 additions & 1 deletion chain/proofs/ffi/verifier_cgo.go
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
//go:build cgo
// +build cgo

package proofsffi

Expand Down
1 change: 0 additions & 1 deletion chain/types/message_fuzz.go
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
//go:build gofuzz
// +build gofuzz

package types

Expand Down
1 change: 0 additions & 1 deletion cli/lotus/daemon.go
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
//go:build !nodaemon
// +build !nodaemon

package lotus

Expand Down
1 change: 0 additions & 1 deletion cli/lotus/daemon_nodaemon.go
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
//go:build nodaemon
// +build nodaemon

package lotus

Expand Down
1 change: 0 additions & 1 deletion cli/lotus/debug_advance.go
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
//go:build debug
// +build debug

package lotus

Expand Down
1 change: 0 additions & 1 deletion lib/ulimit/ulimit_freebsd.go
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
//go:build freebsd
// +build freebsd

package ulimit

Expand Down
1 change: 0 additions & 1 deletion lib/ulimit/ulimit_test.go
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
//go:build !windows
// +build !windows

// This file tests file descriptor limits; since this is an OS feature, it should not be annotated

Expand Down
1 change: 0 additions & 1 deletion lib/ulimit/ulimit_unix.go
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
//go:build darwin || linux || netbsd || openbsd
// +build darwin linux netbsd openbsd

package ulimit

Expand Down
1 change: 0 additions & 1 deletion storage/sealer/cgroups.go
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
//go:build !linux
// +build !linux

package sealer

Expand Down
1 change: 0 additions & 1 deletion storage/sealer/cgroups_linux.go
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
//go:build linux
// +build linux

package sealer

Expand Down
1 change: 0 additions & 1 deletion storage/sealer/ffiwrapper/prover_cgo.go
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
//go:build cgo
// +build cgo

package ffiwrapper

Expand Down
1 change: 0 additions & 1 deletion storage/sealer/ffiwrapper/sealer_cgo.go
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
//go:build cgo
// +build cgo

package ffiwrapper

Expand Down
1 change: 0 additions & 1 deletion storage/sealer/ffiwrapper/verifier_cgo.go
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
//go:build cgo
// +build cgo

package ffiwrapper

Expand Down
1 change: 0 additions & 1 deletion storage/sealer/fsutil/dealloc_other.go
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
//go:build !linux
// +build !linux

package fsutil

Expand Down
1 change: 0 additions & 1 deletion storage/sealer/fsutil/filesize_unix.go
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
//go:build !windows
// +build !windows

package fsutil

Expand Down
1 change: 0 additions & 1 deletion storage/sealer/fsutil/statfs_unix.go
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
//go:build !windows
// +build !windows

package fsutil

Expand Down