mirror of
https://github.com/restic/restic.git
synced 2025-10-10 08:13:16 +00:00
add go:build headers everywhere
This commit is contained in:
@@ -1,3 +1,4 @@
|
||||
//go:build aix || solaris
|
||||
// +build aix solaris
|
||||
|
||||
package backend
|
||||
|
@@ -1,3 +1,4 @@
|
||||
//go:build !windows
|
||||
// +build !windows
|
||||
|
||||
package backend_test
|
||||
|
@@ -1,3 +1,4 @@
|
||||
//go:build !aix && !solaris && !windows
|
||||
// +build !aix,!solaris,!windows
|
||||
|
||||
package backend
|
||||
|
@@ -1,3 +1,4 @@
|
||||
//go:build !windows
|
||||
// +build !windows
|
||||
|
||||
package local
|
||||
|
Reference in New Issue
Block a user