dotemacs

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

unnamed_method_receiver.go (72B)


      1 package main
      2 
      3 type A int
      4 
      5 func (A) Foo() (A,
      6 	A) {
      7 	// Code goes here
      8 }