Skip to content

Commit

Permalink
ran gofmt on push and rest
Browse files Browse the repository at this point in the history
  • Loading branch information
n2p5 committed Oct 19, 2017
1 parent 63a8330 commit 428efbf
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion push.go
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ func (p *pushT) endpoint() (string, error) {
u := url.URL{}
u.Scheme = ParseScheme
u.Host = parseHost
u.Path = "/" + ParsePath +"/push"
u.Path = "/" + ParsePath + "/push"

return u.String(), nil
}
Expand Down
1 change: 0 additions & 1 deletion rest.go
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,6 @@ var ParseScheme string = "https"
var ParsePath string = "1"
var parseHost string = "api.parse.com"


var fieldNameCache map[reflect.Type]map[string]string = make(map[reflect.Type]map[string]string)
var fieldCache = make(map[reflect.Type]reflect.StructField)

Expand Down

0 comments on commit 428efbf

Please sign in to comment.