snap.go 81 B

12345678
  1. //go:build snap
  2. package buildinfo
  3. func init() {
  4. Tags = append(Tags, "snap")
  5. }