Skip to content

Commit

Permalink
fix contribution typo
Browse files Browse the repository at this point in the history
  • Loading branch information
jinfeng.li authored and xhd2015 committed May 22, 2024
1 parent c461c42 commit 48d5fef
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,10 @@ chmod +x .git/hooks/post-commit
All are set, now start to development, try:
```sh
# help
go -tags dev run ./cmd/xgo help
go run -tags dev ./cmd/xgo help

# run Hello world test
go -tags dev test -run TestHelloWorld -v ./test
go test -tags dev -run TestHelloWorld -v ./test
```

NOTE: when developing, always add `-tags dev` to tell go that we building with dev mode.
Expand Down

0 comments on commit 48d5fef

Please sign in to comment.