spinnaker / roer

A thin Spinnaker CLI
Apache License 2.0
45 stars 45 forks source link

Fix typo 'postUrl' variable to 'postURL' and gofmt #25

Closed zchee closed 6 years ago

zchee commented 6 years ago

Fix typo postUrl variable to postURL, and apply gofmt. Now can't building roer binary because occur following error:

# github.com/spinnaker/roer/spinnaker
spinnaker/client.go:421:29: undefined: postUrl

related: https://github.com/spinnaker/roer/pull/23

robzienert commented 6 years ago

Resolved in a separate PR. Thanks, though!