Skip to content

arduriki/gosnippetbox

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Go Snippetbox

Structure

  • cmd directory contains the application-specific code for the executable applications in the project. Like a web application.
  • internal directory contains the non-application-specific code. Like validation helpers and the SQL models.
  • ui directory contains the user-interface assets.
    • html directory contains the HTML templates.
    • static directory contains CSS and images files

Avoid directory listings

Add a blank index.html file to the root of static files directory and all sub-directories.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published