Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 5ef7cbf

Browse files
authoredOct 18, 2024··
docs: add gno {env,fmt} to go-gno-compatibility (#2974)
<!-- please provide a detailed description of the changes made in this pull request. --> gno env and gno fmt missing in the docs. <details><summary>Contributors' checklist...</summary> - [ ] Added new tests, or not needed, or not feasible - [ ] Provided an example (e.g. screenshot) to aid review or the PR is self-explanatory - [ ] Updated the official documentation or not needed - [ ] No breaking changes were made, or a `BREAKING CHANGE: xxx` message was included in the description - [ ] Added references to related issues and PRs - [ ] Provided any useful hints for running manual tests </details>
1 parent 05cd4f5 commit 5ef7cbf

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed
 

‎docs/reference/go-gno-compatibility.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -303,9 +303,9 @@ Legend:
303303
| go build | gno transpile -gobuild | same intention, limited compatibility |
304304
| go clean | gno clean | same intention, limited compatibility |
305305
| go doc | gno doc | limited compatibility; see https://github.com/gnolang/gno/issues/522 |
306-
| go env | | |
306+
| go env | gno env | |
307307
| go fix | | |
308-
| go fmt | | gofmt (& similar tools, like gofumpt) works on gno code. |
308+
| go fmt | gno fmt | gofmt (& similar tools, like gofumpt) works on gno code. |
309309
| go generate | | |
310310
| go get | | see `gno mod download`. |
311311
| go help | gno $cmd --help | ie. `gno doc --help` |

0 commit comments

Comments
 (0)
Please sign in to comment.