module
0.0.0-20240619221416-52d15462c854
Repository: https://github.com/thomascanning/snippetbox.git
Documentation: pkg.go.dev
# README
Notes
Notes about project structure
- cmd contains the application specific code for the executable applications in the project, e.g. the web application itself
- internal contains the non-application specific code, e.g. potentially reusable code such as sql database models, code in internal can only be imported by code inside the parent of internal, i.e. within snippetbox directory
- ui contains interface assests, e.g. html templates and ui/static contains images etc
- Project root contains non go files, such as go.mod and make files
# Packages
No description provided by the author