dotemacs

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

comments.go (72B)


      1 package comments
      2 
      3 func _() {
      4 	if foo {
      5 		X /* why */ /* do this */
      6 	}
      7 }