Skip to content

Some small fixes on Profilesvc example #318

Merged
peterbourgon merged 2 commits intogo-kit:masterfrom
jygastaud:profilesvc
Jul 13, 2016
Merged

Some small fixes on Profilesvc example #318
peterbourgon merged 2 commits intogo-kit:masterfrom
jygastaud:profilesvc

Conversation

@jygastaud
Copy link
Copy Markdown
Contributor

No description provided.

profileID := url.QueryEscape(r.ProfileID)
addressID := url.QueryEscape(r.AddressID)
req.Method, req.URL.Path = "GET", "/profiles/"+profileID+"/addresses/"+ addressID
req.Method, req.URL.Path = "GET", "/profiles/"+profileID+"/addresses/"+addressID
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Huh! gofmt doesn't care either way. Interesting.

@peterbourgon
Copy link
Copy Markdown
Member

Thanks!

@peterbourgon peterbourgon merged commit 1c5eda6 into go-kit:master Jul 13, 2016
jamesgist pushed a commit to jamesgist/kit that referenced this pull request Nov 1, 2024
Some small fixes on Profilesvc example
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants