github.com/mutagen-io/mutagen@v0.18.0-rc1/cmd/mutagen/tagcheck.go (about) 1 //go:build !mutagencli 2 3 package main 4 5 func init() { 6 panic("executable built with without correct tag") 7 }