Skip to content

Commit

Permalink
chore: 更改拼字錯誤,更新go.mod path
Browse files Browse the repository at this point in the history
  • Loading branch information
ivancetus committed Sep 20, 2023
1 parent daf1cdf commit a4963ee
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
module github.com/casdoor/go-sms-sender
module github.com/ivancetus/go-sms-sender

go 1.17

Expand Down
2 changes: 1 addition & 1 deletion infobip.go
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ func (c *InfobipClient) SendMessage(param map[string]string, targetPhoneNumber .
}

if len(targetPhoneNumber) < 1 {
return fmt.Errorf("missin parer: trgetPhoneNumber")
return fmt.Errorf("missing parameter: targetPhoneNumber")
}

mobile := targetPhoneNumber[0]
Expand Down

0 comments on commit a4963ee

Please sign in to comment.