Add resources for go packages (#2134)

pull/2135/head
satboy78 2 years ago committed by GitHub
parent ced6fbab2e
commit 31752a79a4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 7
      content/roadmaps/109-golang/content/100-go-basics/109-packages.md

@ -1 +1,8 @@
# Packages # Packages
Discover what is a Go package, how to structure your code to create and use them, and also how to use external packages and manage those dependencies.
<ResourceGroupTitle>Free Content</ResourceGroupTitle>
<BadgeLink colorScheme='yellow' badgeText='Read' href='https://www.golang-book.com/books/intro/11'>How to create a package in Go</BadgeLink>
<BadgeLink colorScheme='yellow' badgeText='Read' href='https://go.dev/doc/modules/managing-dependencies'>How to manage external dependencies in Go</BadgeLink>
<BadgeLink colorScheme='yellow' badgeText='Search Packages' href='https://pkg.go.dev/'>Go Packages explorer</BadgeLink>

Loading…
Cancel
Save