Skip to content

ThomasCanning/snippetbox

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

A go web server building on the tutorial from Let's Go by Alex Edwards

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published