Skip to content

Instantly share code, notes, and snippets.

@pydanny
Last active August 29, 2015 14:01
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save pydanny/b12c3fa13853090a416d to your computer and use it in GitHub Desktop.
Save pydanny/b12c3fa13853090a416d to your computer and use it in GitHub Desktop.
Does anyone else do this? Or is this a bad thing?
package main
import (
"fmt"
)
func main() {
var p = fmt.Println
p("I don't want to type fmt.Println.")
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment