rclone/lib/buildinfo/snap.go

8 lines
81 B
Go

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