dotemacs

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

gh-15.go (167B)


      1 package gh15
      2 
      3 func somewhatLongFunctionName(
      4 	arg1 package1.RatherLongTypeName, arg3 struct{}) {
      5 	return
      6 }
      7 
      8 func foo(arg1 type1,
      9 	arg2 type2,
     10 	arg3 type3) {
     11 	return
     12 }