7 lines
81 B
Go
7 lines
81 B
Go
//go:build snap
|
|
|
|
package buildinfo
|
|
|
|
func init() {
|
|
Tags = append(Tags, "snap")
|
|
}
|