Mateusz Mierzwinski
Mateusz Mierzwinski
In my case during image manipulations I'm often using "." import as possibility to load JPEG (image/jpeg) or PNG (image/png) lib. Without "dot import" this library will be removed and...
I would go with quite opposite (remove it - it will reduce readability. Example below). Let's say that you have multiple packages that implement "Client" struct. That's most cases in...
@mikeschinkel > @mateuszmmeteo > > > _"I would go with quite opposite"_ > > Even after reading your code it is not clear to me what you are suggesting. >...
I'm still thinking about interfaces and multiple implementations that you can use as parameters but yes, looks good.