From cb105c85aefa93072b3289aac1639cb90ddb0e4c Mon Sep 17 00:00:00 2001 From: Anubhav Singh Date: Tue, 1 Dec 2015 13:10:25 +0530 Subject: [PATCH] removed .mess bug of smack_my_bitch_up --- go/smack_my_bitch_up.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/go/smack_my_bitch_up.go b/go/smack_my_bitch_up.go index fd4f68c..66f7311 100755 --- a/go/smack_my_bitch_up.go +++ b/go/smack_my_bitch_up.go @@ -31,7 +31,7 @@ func main(){ response,err := exec.Command("curl","-fSs","-u",TWILIO_ACCOUNT_SID + ":" + TWILIO_AUTH_TOKEN, "-d", "From=" + MY_NUMBER, "-d", "To=" + HER_NUMBER, "-d" , "Body=" + message, "https://api.twilio.com/2010-04-01/Accounts/" + TWILIO_ACCOUNT_SID + "/Messages").Output() if(err != nil){ - fmt.Printf("Failed to send SMS: ",err.mess) + fmt.Printf("Failed to send SMS: ",err) return }