tools-builtin.go raw

   1  //go:build byollvm
   2  
   3  package goenv
   4  
   5  func init() {
   6  	hasBuiltinTools = true
   7  }
   8