Skip to content

Instantly share code, notes, and snippets.

@aswinmprabhu
Last active November 29, 2018 14:07
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save aswinmprabhu/c26ce32330b4fc6a7aca788dc68da284 to your computer and use it in GitHub Desktop.
Save aswinmprabhu/c26ce32330b4fc6a7aca788dc68da284 to your computer and use it in GitHub Desktop.
package main
import (
"fmt"
"github.com/cloudlibz/gocloud/rackspaceauth"
)
func main() {
rackspaceauth.LoadConfigAndAuthenticate()
fmt.Printf("%+v", rackspaceauth.Token)
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment