Go at Google: Language Design in the Service of Software Engineering

Rob Pike

Through the design of the standard library, great effort was spent on controlling dependencies. It can be better to copy a little code than to pull in a big library for one function.