content for Golang's make function (#1870)

* content for Go maps

* content for Golang's make function
pull/1883/head
Giorgos Dimitriadis 2 years ago committed by GitHub
parent e2729be35f
commit 99b063ef59
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 10
      content/roadmaps/109-golang/content/100-go-basics/115-make.md

@ -1 +1,9 @@
# Make # Make
Golang's built-in function make, helps us create and initialize slices, maps and channels, depending on the arguments that are provided to the function.
<ResourceGroupTitle>Free Content</ResourceGroupTitle>
<BadgeLink badgeText='Read' href='https://www.golangprograms.com/how-to-create-slice-using-make-function-in-golang.html'>Create a slice with make</BadgeLink>
<BadgeLink badgeText='Read' href='https://www.golangprograms.com/golang-package-examples/how-to-create-map-using-the-make-function-in-go.html'>Create a map with make</BadgeLink>
<BadgeLink badgeText='Read' href='https://www.programiz.com/golang/channel#channel'>Create a channel with make</BadgeLink>
Loading…
Cancel
Save