directory
0.0.0-20241102220123-4e297cd4b9ac
Repository: https://github.com/gerbenjacobs/svc.git
Documentation: pkg.go.dev

# Packages

No description provided by the author
This executable Go file acts as a CLI tool for use with the UserService it allows you to create a JSON file out of your Users table Rationale: This shows you how you can have multiple tools within your /cmd/ folder, it also shows you the benefit of separating your storage layer from your code as we will re-use it.