Golang client for UAA.
See samples.
You can run the auth token sample like this:
$ go build -o bin/auth_token samples/auth-token/main.go
$ ./bin/auth_token [URL] [USER] [PASS]
You can run the refresh token sample like this:
$ go build -o bin/refresh_token samples/refresh-token/main.go
$ ./bin/refresh_token [URL] [CLIENT_ID] [EXISTING_REFRESH_TOKEN]