Skip to content

Instantly share code, notes, and snippets.

@streamer45
Created September 9, 2017 14:24
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save streamer45/5926dafa1e03fe34f6de56c035c5353d to your computer and use it in GitHub Desktop.
Save streamer45/5926dafa1e03fe34f6de56c035c5353d to your computer and use it in GitHub Desktop.
package main
import (
"fmt"
)
func main() {
if (true) {
fmt.printLn("test");
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment