Skip to content

Commit

Permalink
fix lint issues
Browse files Browse the repository at this point in the history
Signed-off-by: Greg Dietsche <Gregory.Dietsche@cuw.edu>
  • Loading branch information
farmergreg committed Sep 3, 2015
1 parent affdea9 commit beb9490
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions textbelt.go
Original file line number Diff line number Diff line change
Expand Up @@ -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"
)

Expand Down

0 comments on commit beb9490

Please sign in to comment.