github.com/metux/go-metabuild@v0.0.0-20240118143255-d9ed5ab697f9/engine/autoconf/probe/err.go (about) 1 package probe 2 3 import ( 4 "github.com/metux/go-metabuild/util" 5 ) 6 7 const ( 8 ErrCompileFailed = util.Error("compile failed") 9 ErrNeedId = util.Error("probe needs an id field") 10 )