auth
auth/http.go
Fix go vet issue. Was passing a Grant to fmt.Printf when I wanted a string. Changed to pass the code I was using to retrieve the Grant, as that turns out to be more relevant for the test, and go vet is now satisfied.
Fix go vet issue. Was passing a Grant to fmt.Printf when I wanted a string. Changed to pass the code I was using to retrieve the Grant, as that turns out to be more relevant for the test, and go vet is now satisfied.