1
0
mirror of https://github.com/rclone/rclone.git synced 2025-08-10 06:09:44 +02:00

build: remove build constraint syntax for go 1.16 and older

This commit is contained in:
albertony
2024-04-18 14:40:44 +02:00
parent db17aaf7cd
commit 68bf6aa584
220 changed files with 0 additions and 230 deletions

View File

@@ -1,5 +1,4 @@
//go:build !plan9 && !js
// +build !plan9,!js
// Package cachestats provides the cachestats command.
package cachestats

View File

@@ -2,6 +2,5 @@
// about "no buildable Go source files "
//go:build plan9 || js
// +build plan9 js
package cachestats