Skip to content

Instantly share code, notes, and snippets.

@ailabs-software
Created November 11, 2014 20:03
Show Gist options
  • Select an option

  • Save ailabs-software/bc5170671baea4303114 to your computer and use it in GitHub Desktop.

Select an option

Save ailabs-software/bc5170671baea4303114 to your computer and use it in GitHub Desktop.
STATUS_TEXT := map[bool]string {
false: "DOWN",
true: "UP"};
SendAlert/SendStatusAlert.go:13: non-declaration statement outside function body
SendAlert/SendStatusAlert.go:15: syntax error: unexpected semicolon or newline b
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment