commit | 20f1aa47a35e57b6ed9782b31b90dadecca46cba | [log] [tgz] |
---|---|---|
author | Samuel A. Falvo II <sam.falvo@rackspace.com> | Wed Jul 31 14:32:03 2013 -0700 |
committer | Samuel A. Falvo II <sam.falvo@rackspace.com> | Wed Jul 31 14:32:03 2013 -0700 |
tree | 2d721a379ab36e46307f0ec774b2b6e831bf2aad | |
parent | 94761be7c65ab6256c477725eaf86f21713ce273 [diff] [blame] |
go fmt reformatting
diff --git a/authenticate.go b/authenticate.go index 07a5611..52bc1ab 100644 --- a/authenticate.go +++ b/authenticate.go
@@ -51,9 +51,9 @@ Token Token ServiceCatalog []CatalogEntry User User - provider Provider `json:"-"` + provider Provider `json:"-"` options AuthOptions `json:"-"` - context *Context `json:"-"` + context *Context `json:"-"` } // Token encapsulates an authentication token and when it expires. It also includes