build: remove build constraint syntax for go 1.16 and older

This commit is contained in:
albertony
2024-04-18 16:53:55 +02:00
parent db17aaf7cd
commit 68bf6aa584
220 changed files with 0 additions and 230 deletions
-1
View File
@@ -1,5 +1,4 @@
//go:build !plan9 && !solaris && !js
// +build !plan9,!solaris,!js
// Package azureblob provides an interface to the Microsoft Azure blob object storage system
package azureblob
@@ -1,5 +1,4 @@
//go:build !plan9 && !solaris && !js
// +build !plan9,!solaris,!js
package azureblob
-1
View File
@@ -1,7 +1,6 @@
// Test AzureBlob filesystem interface
//go:build !plan9 && !solaris && !js
// +build !plan9,!solaris,!js
package azureblob
@@ -2,6 +2,5 @@
// about "no buildable Go source files "
//go:build plan9 || solaris || js
// +build plan9 solaris js
package azureblob
-1
View File
@@ -1,5 +1,4 @@
//go:build !plan9 && !js
// +build !plan9,!js
// Package azurefiles provides an interface to Microsoft Azure Files
package azurefiles
@@ -1,5 +1,4 @@
//go:build !plan9 && !js
// +build !plan9,!js
package azurefiles
-1
View File
@@ -1,5 +1,4 @@
//go:build !plan9 && !js
// +build !plan9,!js
package azurefiles
@@ -2,6 +2,5 @@
// about "no buildable Go source files "
//go:build plan9 || js
// +build plan9 js
package azurefiles
-1
View File
@@ -1,5 +1,4 @@
//go:build !plan9 && !js
// +build !plan9,!js
// Package cache implements a virtual provider to cache existing remotes.
package cache
-1
View File
@@ -1,5 +1,4 @@
//go:build !plan9 && !js && !race
// +build !plan9,!js,!race
package cache_test
-1
View File
@@ -1,7 +1,6 @@
// Test Cache filesystem interface
//go:build !plan9 && !js && !race
// +build !plan9,!js,!race
package cache_test
-1
View File
@@ -2,6 +2,5 @@
// about "no buildable Go source files "
//go:build plan9 || js
// +build plan9 js
package cache
-1
View File
@@ -1,5 +1,4 @@
//go:build !plan9 && !js && !race
// +build !plan9,!js,!race
package cache_test
-1
View File
@@ -1,5 +1,4 @@
//go:build !plan9 && !js
// +build !plan9,!js
package cache
-1
View File
@@ -1,5 +1,4 @@
//go:build !plan9 && !js
// +build !plan9,!js
package cache
-1
View File
@@ -1,5 +1,4 @@
//go:build !plan9 && !js
// +build !plan9,!js
package cache
-1
View File
@@ -1,5 +1,4 @@
//go:build !plan9 && !js
// +build !plan9,!js
package cache
-1
View File
@@ -1,5 +1,4 @@
//go:build !plan9 && !js
// +build !plan9,!js
package cache
-1
View File
@@ -1,5 +1,4 @@
//go:build !plan9 && !js
// +build !plan9,!js
package cache
-1
View File
@@ -1,5 +1,4 @@
//go:build !plan9
// +build !plan9
package hdfs
-1
View File
@@ -1,5 +1,4 @@
//go:build !plan9
// +build !plan9
// Package hdfs provides an interface to the HDFS storage system.
package hdfs
-1
View File
@@ -1,7 +1,6 @@
// Test HDFS filesystem interface
//go:build !plan9
// +build !plan9
package hdfs_test
-1
View File
@@ -2,6 +2,5 @@
// about "no buildable Go source files "
//go:build plan9
// +build plan9
package hdfs
-1
View File
@@ -1,5 +1,4 @@
//go:build !plan9
// +build !plan9
package hdfs
-1
View File
@@ -1,5 +1,4 @@
//go:build darwin || dragonfly || freebsd || linux
// +build darwin dragonfly freebsd linux
package local
-1
View File
@@ -1,5 +1,4 @@
//go:build windows
// +build windows
package local
-1
View File
@@ -1,5 +1,4 @@
//go:build !linux
// +build !linux
package local
-1
View File
@@ -1,5 +1,4 @@
//go:build linux
// +build linux
package local
-1
View File
@@ -1,5 +1,4 @@
//go:build windows || plan9 || js
// +build windows plan9 js
package local
-1
View File
@@ -1,5 +1,4 @@
//go:build !windows && !plan9 && !js
// +build !windows,!plan9,!js
package local
-1
View File
@@ -1,5 +1,4 @@
//go:build darwin || freebsd || netbsd
// +build darwin freebsd netbsd
package local
-1
View File
@@ -1,5 +1,4 @@
//go:build linux
// +build linux
package local
-1
View File
@@ -1,5 +1,4 @@
//go:build plan9 || js
// +build plan9 js
package local
-1
View File
@@ -1,5 +1,4 @@
//go:build openbsd || solaris
// +build openbsd solaris
package local
-1
View File
@@ -1,5 +1,4 @@
//go:build windows
// +build windows
package local
-1
View File
@@ -1,7 +1,6 @@
// Device reading functions
//go:build !darwin && !dragonfly && !freebsd && !linux && !netbsd && !openbsd && !solaris
// +build !darwin,!dragonfly,!freebsd,!linux,!netbsd,!openbsd,!solaris
package local
-1
View File
@@ -1,7 +1,6 @@
// Device reading functions
//go:build darwin || dragonfly || freebsd || linux || netbsd || openbsd || solaris
// +build darwin dragonfly freebsd linux netbsd openbsd solaris
package local
-1
View File
@@ -1,5 +1,4 @@
//go:build !windows
// +build !windows
package local
-1
View File
@@ -1,5 +1,4 @@
//go:build windows
// +build windows
package local
-1
View File
@@ -1,5 +1,4 @@
//go:build !windows
// +build !windows
package local
-1
View File
@@ -1,5 +1,4 @@
//go:build windows
// +build windows
package local
-1
View File
@@ -1,5 +1,4 @@
//go:build !windows && !plan9 && !js
// +build !windows,!plan9,!js
package local
-1
View File
@@ -1,5 +1,4 @@
//go:build windows || plan9 || js
// +build windows plan9 js
package local
-1
View File
@@ -1,5 +1,4 @@
//go:build !openbsd && !plan9
// +build !openbsd,!plan9
package local
-1
View File
@@ -1,5 +1,4 @@
//go:build openbsd || plan9
// +build openbsd plan9
// The pkg/xattr module doesn't compile for openbsd or plan9
package local
-1
View File
@@ -1,5 +1,4 @@
//go:build !plan9 && !solaris && !js
// +build !plan9,!solaris,!js
package oracleobjectstorage
-1
View File
@@ -1,5 +1,4 @@
//go:build !plan9 && !solaris && !js
// +build !plan9,!solaris,!js
package oracleobjectstorage
-1
View File
@@ -1,5 +1,4 @@
//go:build !plan9 && !solaris && !js
// +build !plan9,!solaris,!js
package oracleobjectstorage
-1
View File
@@ -1,5 +1,4 @@
//go:build !plan9 && !solaris && !js
// +build !plan9,!solaris,!js
package oracleobjectstorage
-1
View File
@@ -1,5 +1,4 @@
//go:build !plan9 && !solaris && !js
// +build !plan9,!solaris,!js
package oracleobjectstorage
-1
View File
@@ -1,5 +1,4 @@
//go:build !plan9 && !solaris && !js
// +build !plan9,!solaris,!js
package oracleobjectstorage
-1
View File
@@ -1,5 +1,4 @@
//go:build !plan9 && !solaris && !js
// +build !plan9,!solaris,!js
package oracleobjectstorage
@@ -1,5 +1,4 @@
//go:build !plan9 && !solaris && !js
// +build !plan9,!solaris,!js
// Package oracleobjectstorage provides an interface to the OCI object storage system.
package oracleobjectstorage
@@ -1,5 +1,4 @@
//go:build !plan9 && !solaris && !js
// +build !plan9,!solaris,!js
package oracleobjectstorage
@@ -2,6 +2,5 @@
// about "no buildable Go source files "
//go:build plan9 || solaris || js
// +build plan9 solaris js
package oracleobjectstorage
-1
View File
@@ -1,5 +1,4 @@
//go:build !plan9 && !solaris && !js
// +build !plan9,!solaris,!js
package oracleobjectstorage
-1
View File
@@ -1,5 +1,4 @@
//go:build !plan9 && !js
// +build !plan9,!js
// Package qingstor provides an interface to QingStor object storage
// Home: https://www.qingcloud.com/
-1
View File
@@ -1,7 +1,6 @@
// Test QingStor filesystem interface
//go:build !plan9 && !js
// +build !plan9,!js
package qingstor
-1
View File
@@ -2,6 +2,5 @@
// about "no buildable Go source files "
//go:build plan9 || js
// +build plan9 js
package qingstor
-1
View File
@@ -1,7 +1,6 @@
// Upload object to QingStor
//go:build !plan9 && !js
// +build !plan9,!js
package qingstor
-1
View File
@@ -1,7 +1,6 @@
// Generate boilerplate code for setting similar structs from each other
//go:build ignore
// +build ignore
package main
-1
View File
@@ -1,5 +1,4 @@
//go:build !plan9
// +build !plan9
// Package sftp provides a filesystem interface using github.com/pkg/sftp
package sftp
-1
View File
@@ -1,5 +1,4 @@
//go:build !plan9
// +build !plan9
package sftp
-1
View File
@@ -1,7 +1,6 @@
// Test Sftp filesystem interface
//go:build !plan9
// +build !plan9
package sftp_test
-1
View File
@@ -2,6 +2,5 @@
// about "no buildable Go source files "
//go:build plan9
// +build plan9
package sftp
-1
View File
@@ -1,5 +1,4 @@
//go:build !plan9
// +build !plan9
package sftp
-1
View File
@@ -1,5 +1,4 @@
//go:build !plan9
// +build !plan9
package sftp
-1
View File
@@ -1,5 +1,4 @@
//go:build !plan9
// +build !plan9
package sftp
-1
View File
@@ -1,5 +1,4 @@
//go:build !plan9
// +build !plan9
package sftp
-1
View File
@@ -1,5 +1,4 @@
//go:build !plan9
// +build !plan9
package sftp
-1
View File
@@ -1,5 +1,4 @@
//go:build ignore
// +build ignore
package main
-1
View File
@@ -1,5 +1,4 @@
//go:build !plan9
// +build !plan9
// Package storj provides an interface to Storj decentralized object storage.
package storj
-1
View File
@@ -1,5 +1,4 @@
//go:build !plan9
// +build !plan9
package storj
-1
View File
@@ -1,5 +1,4 @@
//go:build !plan9
// +build !plan9
// Test Storj filesystem interface
package storj_test
-1
View File
@@ -1,4 +1,3 @@
//go:build plan9
// +build plan9
package storj
-1
View File
@@ -1,5 +1,4 @@
//go:build go1.20
// +build go1.20
package union
-1
View File
@@ -1,5 +1,4 @@
//go:build ignore
// +build ignore
// Attempt to work out if branches have already been merged
package main
-1
View File
@@ -1,5 +1,4 @@
//go:build ignore
// +build ignore
// Cross compile rclone - in go because I hate bash ;-)
-1
View File
@@ -1,5 +1,4 @@
//go:build ignore
// +build ignore
// Get the latest release from a github project
//
-1
View File
@@ -16,7 +16,6 @@
//go:generate go run resource_windows.go
//go:build tools
// +build tools
package main
-1
View File
@@ -1,5 +1,4 @@
//go:build ignore
// +build ignore
// Test that the tests in the suite passed in are independent
-1
View File
@@ -1,5 +1,4 @@
//go:build !plan9 && !js
// +build !plan9,!js
// Package cachestats provides the cachestats command.
package cachestats
-1
View File
@@ -2,6 +2,5 @@
// about "no buildable Go source files "
//go:build plan9 || js
// +build plan9 js
package cachestats
-2
View File
@@ -1,6 +1,4 @@
//go:build cmount && ((linux && cgo) || (darwin && cgo) || (freebsd && cgo) || windows)
// +build cmount
// +build linux,cgo darwin,cgo freebsd,cgo windows
package cmount
-2
View File
@@ -1,6 +1,4 @@
//go:build cmount && ((linux && cgo) || (darwin && cgo) || (freebsd && cgo) || windows)
// +build cmount
// +build linux,cgo darwin,cgo freebsd,cgo windows
// Package cmount implements a FUSE mounting system for rclone remotes.
//
-1
View File
@@ -1,5 +1,4 @@
//go:build brew && darwin
// +build brew,darwin
// Package cmount implements a FUSE mounting system for rclone remotes.
//
-3
View File
@@ -1,7 +1,4 @@
//go:build cmount && ((linux && cgo) || (darwin && cgo) || (freebsd && cgo) || windows) && (!race || !windows)
// +build cmount
// +build linux,cgo darwin,cgo freebsd,cgo windows
// +build !race !windows
// Package cmount implements a FUSE mounting system for rclone remotes.
//
-4
View File
@@ -1,8 +1,4 @@
//go:build !((linux && cgo && cmount) || (darwin && cgo && cmount) || (freebsd && cgo && cmount) || (windows && cmount))
// +build !linux !cgo !cmount
// +build !darwin !cgo !cmount
// +build !freebsd !cgo !cmount
// +build !windows !cmount
// Package cmount implements a FUSE mounting system for rclone remotes.
//
-1
View File
@@ -1,5 +1,4 @@
//go:build cmount && cgo && !windows
// +build cmount,cgo,!windows
package cmount
-1
View File
@@ -1,5 +1,4 @@
//go:build cmount && windows
// +build cmount,windows
package cmount
-1
View File
@@ -1,5 +1,4 @@
//go:build linux
// +build linux
package mount
-1
View File
@@ -1,5 +1,4 @@
//go:build linux
// +build linux
package mount
-1
View File
@@ -1,7 +1,6 @@
// FUSE main Fs
//go:build linux
// +build linux
package mount
-1
View File
@@ -1,5 +1,4 @@
//go:build linux
// +build linux
package mount
-1
View File
@@ -1,5 +1,4 @@
//go:build linux
// +build linux
// Package mount implements a FUSE mounting system for rclone remotes.
package mount
-1
View File
@@ -1,5 +1,4 @@
//go:build linux
// +build linux
package mount
-1
View File
@@ -1,5 +1,4 @@
//go:build !linux
// +build !linux
// Package mount implements a FUSE mounting system for rclone remotes.
//
-1
View File
@@ -1,5 +1,4 @@
//go:build ignore
// +build ignore
// Read blocks out of a single file to time the seeking code
package main
-1
View File
@@ -1,5 +1,4 @@
//go:build ignore
// +build ignore
// Read two files with lots of seeking to stress test the seek code
package main
-1
View File
@@ -1,5 +1,4 @@
//go:build ignore
// +build ignore
// Read lots files with lots of simultaneous seeking to stress test the seek code
package main

Some files were not shown because too many files have changed in this diff Show More