1
0
mirror of https://github.com/rclone/rclone.git synced 2025-03-23 11:58:20 +01:00
rclone/cmd/selfupdate/noselfupdate.go

13 lines
195 B
Go
Raw Normal View History

2021-09-09 14:25:25 +02:00
//go:build noselfupdate
// +build noselfupdate
package selfupdate
import (
"github.com/rclone/rclone/lib/buildinfo"
)
func init() {
buildinfo.Tags = append(buildinfo.Tags, "noselfupdate")
}