diff --git a/content/roadmaps/109-golang/content/100-go-basics/115-make.md b/content/roadmaps/109-golang/content/100-go-basics/115-make.md index fe4af3cbd..43386edd4 100644 --- a/content/roadmaps/109-golang/content/100-go-basics/115-make.md +++ b/content/roadmaps/109-golang/content/100-go-basics/115-make.md @@ -1 +1,9 @@ -# Make \ No newline at end of file +# 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. + +Free Content + +Create a slice with make +Create a map with make +Create a channel with make \ No newline at end of file