github.com/metux/go-metabuild@v0.0.0-20240118143255-d9ed5ab697f9/util/compiler/probe/main.go (about) 1 package probe 2 3 import ( 4 "github.com/metux/go-metabuild/util/compiler/base" 5 ) 6 7 type CompilerInfo = base.CompilerInfo