rclone/lib/buildinfo/snap.go

9 lines
96 B
Go

//go:build snap
// +build snap
package buildinfo
func init() {
Tags = append(Tags, "snap")
}