Go tips and tricks, almost everything about imports.md 556 B


title: Go tips and tricks, almost everything about imports date: 2020-11-16 08:39:31 categories: [programming] tags: [golang]

authors: sedlav

Importing packages is an integral part of most programming languages today, and Go is no exception. Importing packages in Go is, for the most part, a simple process. For most people, the basics of importing is enough, however there are some pitfalls that can show up and it’s always good to be aware of them.

Link