Beispiel #1
0
func main() {
	plugin.ServeCommand(new(build.Command))
}
Beispiel #2
0
func main() {
	plugin.ServeCommand(new(fix.Command))
}
Beispiel #3
0
func main() {
	plugin.ServeCommand(new(validate.Command))
}
Beispiel #4
0
func main() {
	plugin.ServeCommand(new(inspect.Command))
}