1
0
mirror of https://github.com/rclone/rclone.git synced 2025-11-23 21:44:49 +02:00
Files
rclone/lib/buildinfo/snap.go

8 lines
81 B
Go

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