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