dotemacs

My Emacs configuration
git clone git://git.entf.net/dotemacs
Log | Files | Refs | LICENSE

gh-11.go (100B)


      1 package gh11
      2 
      3 func init() {
      4 	g(someSillyLongExpression(param1, param2, param3),
      5 		"boo")
      6 	x := 42
      7 }