Skip to content

Instantly share code, notes, and snippets.

@epmallmann
Created January 14, 2020 02:44
Show Gist options
  • Save epmallmann/993cf4134a8cfa75b776f1dee331214d to your computer and use it in GitHub Desktop.
Save epmallmann/993cf4134a8cfa75b776f1dee331214d to your computer and use it in GitHub Desktop.
go_is_simple
package main
import "fmt"
func main() {
isThisTheRealLife := true
if isThisTheRealLife {
fmt.Println("Is this just fantasy")
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment