[go: nahoru, domu]

Skip to content

Commit

Permalink
Update provider/godaddy/godaddy.go
Browse files Browse the repository at this point in the history
Typo: rename e to err

Co-authored-by: Nick Jüttner <nick@juni.io>
  • Loading branch information
Fred78290 and njuettner committed May 27, 2021
1 parent 37654eb commit d307a23
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion provider/godaddy/godaddy.go
Original file line number Diff line number Diff line change
Expand Up @@ -550,7 +550,7 @@ func maxOf(vars ...int64) int64 {
func toString(obj interface{}) string {
b, err := json.MarshalIndent(obj, "", " ")

if e != nil {
if err != nil {
return fmt.Sprintf("<%v>", e)
}

Expand Down

0 comments on commit d307a23

Please sign in to comment.