package
0.0.0-20210726165104-42ea4af6fad4
Repository: https://github.com/chenyendu/gowebdev.git
Documentation: pkg.go.dev

# Packages

No description provided by the author
No description provided by the author

# README

Use a map

Use the code in the previous folder "07_solution"

There is a map holds all the user data.

Every time a user is created or deleted, write thi map as JSON to a file.

Also, when your program starts, if there is a file with JSON data in it load that data.

IMPORTANT: Make sure you update your important statements to import packages from the correct location!