Advertisement
Guest User

Untitled

a guest
Feb 17th, 2017
86
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.23 KB | None | 0 0
  1. // This function does _not_ appear in imenu.
  2. func (b *Foo) LongFunction(ctx context.Context, a A,
  3. b B, c C) foobar.Bazzybaz {
  4. ...
  5. }
  6.  
  7. // But this one does!
  8. func (b *Foo) ShortFunction(ctx context.Context, d D) foobar.Wazoo {
  9. ...
  10. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement