You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If not done already I could have a go at implementing.
This morning I I had a case where I had some functions in a file and I want to create an object with all of them.
I want to tell it to autocomplete but I need the a.go file in my context
obj := options(WithX(), WithY(), WithZ())
//a.go
func WithX()
func WithY()
func WithZ()
The text was updated successfully, but these errors were encountered:
If not done already I could have a go at implementing.
This morning I I had a case where I had some functions in a file and I want to create an object with all of them.
I want to tell it to autocomplete but I need the a.go file in my context
obj := options(WithX(), WithY(), WithZ())
//a.go
func WithX()
func WithY()
func WithZ()
The text was updated successfully, but these errors were encountered: