package
0.0.0-20240313004613-cca87159d662
Repository: https://github.com/dickynovanto1103/golangexperiments.git
Documentation: pkg.go.dev

# README

It turns out that passing map to function is like pass by reference. Any map write operation done inside a function will still exist even the function is terminated