Skip to content

Commit

Permalink
Update go-built-in.md (backport #438) (#441)
Browse files Browse the repository at this point in the history
* Update go-built-in.md (#438)

(cherry picked from commit 06eeaaa)

# Conflicts:
#	docs/tutorials/go-built-in.md

* Revert "Update go-built-in.md (#438)"

This reverts commit b197c0883dad94b03d80aba709798e6a80ba103f.

* Update go-built-in.md (#438)

---------

Co-authored-by: Aliasgar Merchant <[email protected]>
Co-authored-by: Sergio Mena <[email protected]>
Co-authored-by: Adi Seredinschi <[email protected]>
Co-authored-by: lasarojc <[email protected]>
  • Loading branch information
5 people authored Mar 14, 2023
1 parent c7edf61 commit ed8a053
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docs/guides/go-built-in.md
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,8 @@ CometBFT.

```bash
go mod init kvstore
go get github.com/cometbft/[email protected]
go get github.com/tendermint/tendermint
go mod edit -replace github.com/tendermint/tendermint=github.com/cometbft/[email protected]
```

After running the above commands you will see two generated files, `go.mod` and `go.sum`.
Expand Down

0 comments on commit ed8a053

Please sign in to comment.