Skip to content

Commit

Permalink
docs: add a missing rpcclient import (#2020)
Browse files Browse the repository at this point in the history
This PR adds an import of `rpcclient` that was missing in the doc.

<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
- [ ] Added new benchmarks to [generated
graphs](https://gnoland.github.io/benchmarks), if any. More info
[here](https://github.com/gnolang/gno/blob/master/.benchmarks/README.md).
</details>

Signed-off-by: D4ryl00 <d4ryl00@gmail.com>
  • Loading branch information
D4ryl00 authored May 2, 2024
1 parent 8a0de59 commit c23fba3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docs/how-to-guides/connecting-from-go.md
Original file line number Diff line number Diff line change
Expand Up @@ -123,6 +123,7 @@ package main
import (
"github.com/gnolang/gno/gno.land/pkg/gnoclient"
"github.com/gnolang/gno/tm2/pkg/crypto/keys"
rpcclient "github.com/gnolang/gno/tm2/pkg/bft/rpc/client"
)

func main() {
Expand Down

0 comments on commit c23fba3

Please sign in to comment.