{"id":607,"date":"2022-05-09T09:52:00","date_gmt":"2022-05-09T09:52:00","guid":{"rendered":"https:\/\/andrejacobs.org\/?p=607"},"modified":"2022-05-27T16:04:15","modified_gmt":"2022-05-27T16:04:15","slug":"learning-go-day-12","status":"publish","type":"post","link":"https:\/\/andrejacobs.org\/study-notes\/learning-go-day-12\/","title":{"rendered":"Learning Go – Day 12"},"content":{"rendered":"\n

Featured image by Egon Elbre<\/a><\/p>\n\n\n\n

Package dependencies<\/h2>\n

One of the topics that you will encounter and even try to understand in your own projects, is just how exactly to structure Go projects.<\/p>\n

I will be creating two new GitHub repositories in order to get a better understanding of how package imports work and just how I might open source some code later that can be used by others.<\/p>\n

You can find the two repositories here: go-test1<\/a> and go-test2<\/a><\/p>\n