dotemacs

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

gh-13.go (63B)


      1 package gh13
      2 
      3 func init() {
      4 	f :=
      5 		print(1,
      6 			2,
      7 			3,
      8 		)
      9 }