Skip to content

Commit

Permalink
x
Browse files Browse the repository at this point in the history
  • Loading branch information
xushiwei committed Feb 16, 2024
1 parent ffe6373 commit 2fecd3d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gsh/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ mkdir "testgsh"
Then run it:

```sh
gop run example.gsh
gop run ./example.gsh
```

It's strange to you that the file extension of Go+ source is not `.gop` but `.gsh`. It is only because Go+ register `.gsh` as a builtin [classfile](https://github.com/goplus/gop/blob/main/doc/classfile.md).
Expand Down

0 comments on commit 2fecd3d

Please sign in to comment.