We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 5a09b87 + e36b2db commit 8409994Copy full SHA for 8409994
godo.go
@@ -18,7 +18,7 @@ import (
18
)
19
20
const (
21
- libraryVersion = "0.1.0"
+ libraryVersion = "1.0.0"
22
defaultBaseURL = "https://api.digitalocean.com/"
23
userAgent = "godo/" + libraryVersion
24
mediaType = "application/json"
@@ -61,7 +61,7 @@ type Client struct {
61
StorageActions StorageActionsService
62
Tags TagsService
63
LoadBalancers LoadBalancersService
64
- Certificates CertificatesService
+ Certificates CertificatesService
65
66
// Optional function called after every successful request made to the DO APIs
67
onRequestCompleted RequestCompletionCallback
0 commit comments