Skip to content

Commit

Permalink
fix go dev docs
Browse files Browse the repository at this point in the history
  • Loading branch information
klim0v committed May 15, 2020
1 parent 6e4e07c commit 9bdbf3f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
4 changes: 1 addition & 3 deletions api/grpc_client/doc.go
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
/*
This package is used to call gRPC methods here https://pkg.go.dev/github.com/MinterTeam/[email protected]/api_pb?tab=doc.
Examples
Examples:
client := grpc_client.New(grpcAddress)
statusResponse, _ := client.Status()
Expand Down Expand Up @@ -63,7 +62,6 @@
fmt.Printf("%#v\n", recv)
}
*/

package grpc_client
2 changes: 1 addition & 1 deletion transaction/deeplink_example_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ func ExampleNewDeepLink() {
// -DsBqumKQklQAAAAAAAAAJQYRnu7ZKjt-JAgHVJsNZV9gr49lYgRIhD0do20AItIZWxsbyBXb3JsZICAgA
}

func ExampleNewDeepLink_createLink() {
func ExampleDeepLink_CreateLink() {
link, _ := transaction.NewDeepLink(
transaction.NewSendData().
MustSetTo("Mx7633980c000139dd3bd24a3f54e06474fa941e16").
Expand Down

0 comments on commit 9bdbf3f

Please sign in to comment.