Skip to content

Commit

Permalink
chore(docs): fix example in README
Browse files Browse the repository at this point in the history
  • Loading branch information
Leaseweb CI committed Dec 2, 2024
1 parent f02be50 commit 14c254a
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,9 +45,6 @@ func main() {
}
// response from `GetInstanceList`: GetInstanceListResult
_, err = fmt.Fprintf(os.Stdout, "Response from `PubliccloudAPI.GetInstanceList`: %v\n", resp)
if err != nil {
return
}
}
```

Expand Down

0 comments on commit 14c254a

Please sign in to comment.