Tag: go-series
All the articles with the tag "go-series".
Go Series - Imports, Package Management and Project Structure in Go
Published: at 07:22 PM (12 min watch)This is the third video in the Learn Go Series on local imports, remote imports, and project structure. I go over how to read imports and how to structure files to split code up as you build for better coding hygiene.
Go Series - Running and Building in Go
Published: at 07:22 PM (4 min watch)This is the second video in the Learn Go Series focusing on running programs in Go and building your program into a binary. This series is beginner friendly with additional detail put into practical applications.