Skip to content

Commit

Permalink
fix linter
Browse files Browse the repository at this point in the history
  • Loading branch information
ilya-korotya committed Jan 20, 2024
1 parent 2455cfa commit 190919f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions providers/example/example.go
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ func requestToHttpbin(address string) (io.ReadCloser, error) {
url := "http://httpbin.org/post"
payload := map[string]interface{}{
"ownerAddress": address,
//nolint:gosec // this is just example
"ownerBalance": rand.Intn(1000000),
}
bytesPayload, err := json.Marshal(payload)
Expand Down

0 comments on commit 190919f

Please sign in to comment.