Skip to content

Instantly share code, notes, and snippets.

@packrat386
Created August 29, 2018 20:19
Show Gist options
  • Save packrat386/50bff73007d569d37a0a7a0759ae5920 to your computer and use it in GitHub Desktop.
Save packrat386/50bff73007d569d37a0a7a0759ae5920 to your computer and use it in GitHub Desktop.
package main
import "fmt"
var true = false
func main() {
fmt.Println(true)
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment