We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e3af4e5 commit aadb9f6Copy full SHA for aadb9f6
README.md
@@ -79,7 +79,7 @@ if quota, err := instance.GetQuota(); err == nil {
79
}
80
81
// buy quota
82
-if quota, err := instance.BuyQuota(100); err == nil {
+if err := instance.BuyQuota(100); err == nil {
83
fmt.Println("bought successfully")
84
85
```
0 commit comments