commit | cabf3e9d79a04f7116706ff77c6cde56201b22c8 | [log] [tgz] |
---|---|---|
author | Rich Wareham <rjw57@cam.ac.uk> | Fri Jan 09 14:49:08 2015 +0000 |
committer | Rich Wareham <rjw57@cam.ac.uk> | Fri Jan 09 14:49:08 2015 +0000 |
tree | 1506072c57d8a5ff12b3e107bed4a6b6c398bce6 | |
parent | ed3112cd9cc6dbd970cffb73c69dbf77d1a72208 [diff] |
fix name of example function
diff --git a/doc_test.go b/doc_test.go index 26e7f56..5c92359 100644 --- a/doc_test.go +++ b/doc_test.go
@@ -13,7 +13,7 @@ ) // An simple example of using this package for device authorization. -func ExampleDeviceAuthorizationFlow() { +func Example() { // The usual OAuth2 configuration var clientOAuthConfig = &oauth2.Config{ ClientID: "<insert client id here>",