diff --git a/README.md b/README.md index 25b21f15..da3bef49 100644 --- a/README.md +++ b/README.md @@ -60,6 +60,7 @@ func toJson(v interface{}) string { * API * [Get Account](./example_api_get_account_test.go) * [Get Chain Information](./example_api_get_info_test.go) + * [Get Producers](./example_api_get_producers_test.go) * [Transfer Token](./example_api_transfer_eos_test.go) * Decoding/Encoding * [Decode Table Row](./example_abi_decode_test.go) diff --git a/example_api_get_producers_test.go b/example_api_get_producers_test.go index e82ef94e..a5e7ef71 100644 --- a/example_api_get_producers_test.go +++ b/example_api_get_producers_test.go @@ -30,5 +30,4 @@ func ExampleAPI_GetProducers() { fmt.Printf("Total Vote Weight: %.4f\n", resp.TotalProducerVoteWeight) fmt.Printf("More: %s\n", resp.More) - // Output: any }