github.com/caos/orbos@v1.5.14-0.20221103111702-e6cd0cea7ad4/cmd/chore/dev/executables/main.go (about)

     1  package main
     2  
     3  import (
     4  	"github.com/caos/orbos/cmd/chore"
     5  )
     6  
     7  func main() {
     8  	if err := chore.BuildExecutables(true, true); err != nil {
     9  		panic(err)
    10  	}
    11  }