mirror of
https://github.com/rclone/rclone.git
synced 2024-11-26 18:34:41 +01:00
9 lines
96 B
Go
9 lines
96 B
Go
|
//go:build snap
|
||
|
// +build snap
|
||
|
|
||
|
package buildinfo
|
||
|
|
||
|
func init() {
|
||
|
Tags = append(Tags, "snap")
|
||
|
}
|