package lib import ( "log" "testing" ) func TestSendSms(t *testing.T) { error := SendSms("18805419506", "22333") log.Println(error) }