//go:build cgo

package buildinfo

func init() {
	Tags = append(Tags, "cgo")
}