mirror of
https://github.com/nikoksr/notify.git
synced 2025-02-11 13:15:34 +02:00
style(fmt): make fmt
This commit is contained in:
parent
d4f314ce5a
commit
23d72681c3
@ -31,6 +31,5 @@ Usage:
|
||||
|
||||
log.Println("notification sent")
|
||||
}
|
||||
|
||||
*/
|
||||
package twilio
|
||||
|
@ -3,13 +3,11 @@
|
||||
package twilio
|
||||
|
||||
import (
|
||||
mock "github.com/stretchr/testify/mock"
|
||||
|
||||
url "net/url"
|
||||
testing "testing"
|
||||
|
||||
twilio "github.com/kevinburke/twilio-go"
|
||||
|
||||
url "net/url"
|
||||
mock "github.com/stretchr/testify/mock"
|
||||
)
|
||||
|
||||
// mockTwilioClient is an autogenerated mock type for the twilioClient type
|
||||
|
Loading…
x
Reference in New Issue
Block a user