Skip to content

Commit 0b39c13

Browse files
committed
gop => xgo
1 parent 92bda9e commit 0b39c13

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,4 +25,5 @@ _testmain.go
2525
*.prof
2626

2727
testgsh*
28+
xgo_autogen*.go
2829
gop_autogen*.go

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ If you are using it and would like to let us know, you can submit a [Pull Reques
1818
<div align="center">
1919
<p></p>
2020
<p>
21-
<a href="https://github.com/goplus/gop"><img width="80" src="https://xgo.dev/favicon.svg"></a>
21+
<a href="https://github.com/goplus/xgo"><img width="80" src="https://xgo.dev/favicon.svg"></a>
2222
</p>
2323
<h3>The XGo Programming Language</h3>
2424
</div>

gsh/classfile.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ func (p *App) Exec__0(env map[string]string, name string, args ...string) error
8080
}
8181

8282
// Exec executes a shell command line with $env variables support.
83-
// - exec "GOP_GOCMD=tinygo gop run ."
83+
// - exec "XGO_GOCMD=tinygo xgo run ."
8484
// - exec "ls -l $HOME"
8585
func (p *App) Exec__1(cmdline string) error {
8686
var iCmd = -1

0 commit comments

Comments
 (0)