Prefix package name to example

Co-Authored-By: Andrew Starr-Bochicchio <andrewsomething@users.noreply.github.com>
This commit is contained in:
Ben Tranter 2020-03-16 10:58:07 -04:00 committed by GitHub
parent d208c5132e
commit d3c5fa5e6c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -47,7 +47,7 @@ import (
)
func main() {
client := NewFromToken("my-digitalocean-api-token")
client := godo.NewFromToken("my-digitalocean-api-token")
}
```