1 2 3 4 5 6 7
package sms import "testing" func TestSendSms(t *testing.T) { SendSms("17683852936", "000000") }