github.com/mutagen-io/mutagen@v0.18.0-rc1/cmd/mutagen-sidecar/tagcheck.go (about)

     1  //go:build !mutagensidecar
     2  
     3  package main
     4  
     5  func init() {
     6  	panic("executable built with without correct tag")
     7  }