Liked
Matthew Sanabria (@matthewsanabria.dev)
Post details
Go method receivers should just default to `self`. I should be able to do the following. func (Person) Name() string { return self.Name } If need to change the receiver name I can just use the existing syntax. func (p Person) Name() string { return p.Name } Don't @ me. You're wrong!
This post was filed under likes.
Interactions with this post
Interactions with this post
Below you can find the interactions that this page has had using WebMention.
Have you written a response to this post? Let me know the URL:
Do you not have a website set up with WebMention capabilities? You can use Comment Parade.