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