chore(xgo):gop_autogen => xgo_autogen
This commit is contained in:
@@ -1,4 +1,4 @@
|
|||||||
// Code generated by gop (Go+); DO NOT EDIT.
|
// Code generated by xgo (XGo); DO NOT EDIT.
|
||||||
|
|
||||||
package main
|
package main
|
||||||
|
|
||||||
@@ -58,19 +58,19 @@ func (this *App) MainEntry() {
|
|||||||
this.Short(`llgo is a Go compiler based on LLVM in order to better integrate Go with the C ecosystem including Python.`)
|
this.Short(`llgo is a Go compiler based on LLVM in order to better integrate Go with the C ecosystem including Python.`)
|
||||||
}
|
}
|
||||||
func (this *App) Main() {
|
func (this *App) Main() {
|
||||||
_gop_obj0 := &Cmd_build{App: this}
|
_xgo_obj0 := &Cmd_build{App: this}
|
||||||
_gop_obj1 := &Cmd_clean{App: this}
|
_xgo_obj1 := &Cmd_clean{App: this}
|
||||||
_gop_obj2 := &Cmd_cmptest{App: this}
|
_xgo_obj2 := &Cmd_cmptest{App: this}
|
||||||
_gop_obj3 := &Cmd_get{App: this}
|
_xgo_obj3 := &Cmd_get{App: this}
|
||||||
_gop_obj4 := &Cmd_install{App: this}
|
_xgo_obj4 := &Cmd_install{App: this}
|
||||||
_gop_obj5 := &Cmd_run{App: this}
|
_xgo_obj5 := &Cmd_run{App: this}
|
||||||
_gop_obj6 := &Cmd_test{App: this}
|
_xgo_obj6 := &Cmd_test{App: this}
|
||||||
_gop_obj7 := &Cmd_version{App: this}
|
_xgo_obj7 := &Cmd_version{App: this}
|
||||||
xcmd.Gopt_App_Main(this, _gop_obj0, _gop_obj1, _gop_obj2, _gop_obj3, _gop_obj4, _gop_obj5, _gop_obj6, _gop_obj7)
|
xcmd.Gopt_App_Main(this, _xgo_obj0, _xgo_obj1, _xgo_obj2, _xgo_obj3, _xgo_obj4, _xgo_obj5, _xgo_obj6, _xgo_obj7)
|
||||||
}
|
}
|
||||||
//line cmd/llgo/build_cmd.gox:20
|
//line cmd/llgo/build_cmd.gox:20
|
||||||
func (this *Cmd_build) Main(_gop_arg0 string) {
|
func (this *Cmd_build) Main(_xgo_arg0 string) {
|
||||||
this.Command.Main(_gop_arg0)
|
this.Command.Main(_xgo_arg0)
|
||||||
//line cmd/llgo/build_cmd.gox:20:1
|
//line cmd/llgo/build_cmd.gox:20:1
|
||||||
this.Use("build [flags] [packages]")
|
this.Use("build [flags] [packages]")
|
||||||
//line cmd/llgo/build_cmd.gox:22:1
|
//line cmd/llgo/build_cmd.gox:22:1
|
||||||
@@ -87,8 +87,8 @@ func (this *Cmd_build) Classfname() string {
|
|||||||
return "build"
|
return "build"
|
||||||
}
|
}
|
||||||
//line cmd/llgo/clean_cmd.gox:20
|
//line cmd/llgo/clean_cmd.gox:20
|
||||||
func (this *Cmd_clean) Main(_gop_arg0 string) {
|
func (this *Cmd_clean) Main(_xgo_arg0 string) {
|
||||||
this.Command.Main(_gop_arg0)
|
this.Command.Main(_xgo_arg0)
|
||||||
//line cmd/llgo/clean_cmd.gox:20:1
|
//line cmd/llgo/clean_cmd.gox:20:1
|
||||||
this.Use("clean [flags] [packages]")
|
this.Use("clean [flags] [packages]")
|
||||||
//line cmd/llgo/clean_cmd.gox:22:1
|
//line cmd/llgo/clean_cmd.gox:22:1
|
||||||
@@ -105,8 +105,8 @@ func (this *Cmd_clean) Classfname() string {
|
|||||||
return "clean"
|
return "clean"
|
||||||
}
|
}
|
||||||
//line cmd/llgo/cmptest_cmd.gox:20
|
//line cmd/llgo/cmptest_cmd.gox:20
|
||||||
func (this *Cmd_cmptest) Main(_gop_arg0 string) {
|
func (this *Cmd_cmptest) Main(_xgo_arg0 string) {
|
||||||
this.Command.Main(_gop_arg0)
|
this.Command.Main(_xgo_arg0)
|
||||||
//line cmd/llgo/cmptest_cmd.gox:20:1
|
//line cmd/llgo/cmptest_cmd.gox:20:1
|
||||||
this.Use("cmptest [flags] package [arguments...]")
|
this.Use("cmptest [flags] package [arguments...]")
|
||||||
//line cmd/llgo/cmptest_cmd.gox:22:1
|
//line cmd/llgo/cmptest_cmd.gox:22:1
|
||||||
@@ -123,8 +123,8 @@ func (this *Cmd_cmptest) Classfname() string {
|
|||||||
return "cmptest"
|
return "cmptest"
|
||||||
}
|
}
|
||||||
//line cmd/llgo/get_cmd.gox:16
|
//line cmd/llgo/get_cmd.gox:16
|
||||||
func (this *Cmd_get) Main(_gop_arg0 string) {
|
func (this *Cmd_get) Main(_xgo_arg0 string) {
|
||||||
this.Command.Main(_gop_arg0)
|
this.Command.Main(_xgo_arg0)
|
||||||
//line cmd/llgo/get_cmd.gox:16:1
|
//line cmd/llgo/get_cmd.gox:16:1
|
||||||
this.Use("get [flags] [packages]")
|
this.Use("get [flags] [packages]")
|
||||||
//line cmd/llgo/get_cmd.gox:18:1
|
//line cmd/llgo/get_cmd.gox:18:1
|
||||||
@@ -139,8 +139,8 @@ func (this *Cmd_get) Classfname() string {
|
|||||||
return "get"
|
return "get"
|
||||||
}
|
}
|
||||||
//line cmd/llgo/install_cmd.gox:20
|
//line cmd/llgo/install_cmd.gox:20
|
||||||
func (this *Cmd_install) Main(_gop_arg0 string) {
|
func (this *Cmd_install) Main(_xgo_arg0 string) {
|
||||||
this.Command.Main(_gop_arg0)
|
this.Command.Main(_xgo_arg0)
|
||||||
//line cmd/llgo/install_cmd.gox:20:1
|
//line cmd/llgo/install_cmd.gox:20:1
|
||||||
this.Use("install [flags] [packages]")
|
this.Use("install [flags] [packages]")
|
||||||
//line cmd/llgo/install_cmd.gox:22:1
|
//line cmd/llgo/install_cmd.gox:22:1
|
||||||
@@ -157,8 +157,8 @@ func (this *Cmd_install) Classfname() string {
|
|||||||
return "install"
|
return "install"
|
||||||
}
|
}
|
||||||
//line cmd/llgo/run_cmd.gox:20
|
//line cmd/llgo/run_cmd.gox:20
|
||||||
func (this *Cmd_run) Main(_gop_arg0 string) {
|
func (this *Cmd_run) Main(_xgo_arg0 string) {
|
||||||
this.Command.Main(_gop_arg0)
|
this.Command.Main(_xgo_arg0)
|
||||||
//line cmd/llgo/run_cmd.gox:20:1
|
//line cmd/llgo/run_cmd.gox:20:1
|
||||||
this.Use("run [flags] package [arguments...]")
|
this.Use("run [flags] package [arguments...]")
|
||||||
//line cmd/llgo/run_cmd.gox:22:1
|
//line cmd/llgo/run_cmd.gox:22:1
|
||||||
@@ -175,8 +175,8 @@ func (this *Cmd_run) Classfname() string {
|
|||||||
return "run"
|
return "run"
|
||||||
}
|
}
|
||||||
//line cmd/llgo/test_cmd.gox:20
|
//line cmd/llgo/test_cmd.gox:20
|
||||||
func (this *Cmd_test) Main(_gop_arg0 string) {
|
func (this *Cmd_test) Main(_xgo_arg0 string) {
|
||||||
this.Command.Main(_gop_arg0)
|
this.Command.Main(_xgo_arg0)
|
||||||
//line cmd/llgo/test_cmd.gox:20:1
|
//line cmd/llgo/test_cmd.gox:20:1
|
||||||
this.Use("test [flags] package [arguments...]")
|
this.Use("test [flags] package [arguments...]")
|
||||||
//line cmd/llgo/test_cmd.gox:22:1
|
//line cmd/llgo/test_cmd.gox:22:1
|
||||||
@@ -193,8 +193,8 @@ func (this *Cmd_test) Classfname() string {
|
|||||||
return "test"
|
return "test"
|
||||||
}
|
}
|
||||||
//line cmd/llgo/version_cmd.gox:22
|
//line cmd/llgo/version_cmd.gox:22
|
||||||
func (this *Cmd_version) Main(_gop_arg0 string) {
|
func (this *Cmd_version) Main(_xgo_arg0 string) {
|
||||||
this.Command.Main(_gop_arg0)
|
this.Command.Main(_xgo_arg0)
|
||||||
//line cmd/llgo/version_cmd.gox:22:1
|
//line cmd/llgo/version_cmd.gox:22:1
|
||||||
this.Use("version")
|
this.Use("version")
|
||||||
//line cmd/llgo/version_cmd.gox:24:1
|
//line cmd/llgo/version_cmd.gox:24:1
|
||||||
Reference in New Issue
Block a user