content for Golang's make function (#1870)
* content for Go maps * content for Golang's make functionpull/1883/head
parent
e2729be35f
commit
99b063ef59
1 changed files with 9 additions and 1 deletions
@ -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…
Reference in new issue