1
0
mirror of https://github.com/rclone/rclone.git synced 2025-04-02 20:45:32 +02:00
rclone/cmd/selfupdate/noselfupdate.go

13 lines
195 B
Go
Raw Normal View History

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