mirror of
https://github.com/rclone/rclone.git
synced 2026-01-06 18:43:50 +00:00
build: remove build constraint syntax for go 1.16 and older
This commit is contained in:
@@ -1,5 +1,4 @@
|
||||
//go:build race
|
||||
// +build race
|
||||
|
||||
// Package israce reports if the Go race detector is enabled.
|
||||
//
|
||||
|
||||
@@ -1,5 +1,4 @@
|
||||
//go:build !race
|
||||
// +build !race
|
||||
|
||||
// Package israce reports if the Go race detector is enabled.
|
||||
//
|
||||
|
||||
Reference in New Issue
Block a user