From beb9490d535b66e412dfe00d95761ba05820850b Mon Sep 17 00:00:00 2001 From: Greg Dietsche Date: Thu, 3 Sep 2015 09:05:34 -0500 Subject: [PATCH] fix lint issues Signed-off-by: Greg Dietsche --- textbelt.go | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/textbelt.go b/textbelt.go index d2c52f1..111a2c4 100644 --- a/textbelt.go +++ b/textbelt.go @@ -9,13 +9,13 @@ import ( ) const ( - // Send text messages to the USA + // TextbeltAPIusa is used to send text messages in the USA TextbeltAPIusa = "http://textbelt.com/text" - // Send text messages to Canada + // TextbeltAPIcanada is used to send text messages in Canada TextbeltAPIcanada = "http://textbelt.com/canada" - // Send text messages internationally + // TextbeltAPIinternational is used to send international text messages TextbeltAPIinternational = "http://textbelt.com/intl" )