DEV Community

Discussion on: What I learnt while working my first open source package for Go

Collapse
 
akshaybharambe14 profile image
Akshay Bharambe • Edited

I felt like there was too many interfaces and such and many ways to do one thing. This is a little contradictory statement as go encourages us to have only one possible way to do something.

The interfaces in the standard libraries are essential for compatibility. I recommend you go through the documentation of the respective interface. Go has well-written documentation for the standard library. Let me if I missed something.