Christian Gebauer

Avatar
  • Total activity 2
  • Last activity
  • Member since
  • Following 0 users
  • Followed by 0 users
  • Votes 0
  • Subscriptions 1
  • Christian Gebauer created a post,
    Answered

    receiver func autocompletion behavior

    I can't find a way to tell Goland that it should use pointer receivers in autocompleting a func/method signature instead of value receivers. It doesn't seem to consider already existing methods on ...