initial directory layout

This commit is contained in:
Kyle Quest 2017-09-09 13:10:53 -07:00
parent 954c0c0512
commit 5462e30de8
24 changed files with 4 additions and 0 deletions

1
Makefile Normal file
View File

@ -0,0 +1 @@
# note: call scripts from /scripts

View File

@ -1,2 +1,5 @@
# Standard Go Project Layout
This is a basic layout for Go application projects. It represents the most common directory structure with a number of small enhancements along with several supporting directories common to any real world application.

0
api/.keep Normal file
View File

0
assets/.keep Normal file
View File

0
build/ci/.keep Normal file
View File

0
build/package/.keep Normal file
View File

0
cmd/_your_app_/.keep Normal file
View File

0
configs/.keep Normal file
View File

0
deployments/.keep Normal file
View File

0
docs/.keep Normal file
View File

0
examples/.keep Normal file
View File

0
githooks/.keep Normal file
View File

0
init/.keep Normal file
View File

View File

View File

View File

0
scripts/.keep Normal file
View File

0
test/.keep Normal file
View File

0
third_party/.keep vendored Normal file
View File

0
tools/.keep Normal file
View File

0
vendor/.keep vendored Normal file
View File

0
web/app/.keep Normal file
View File

0
web/static/.keep Normal file
View File

0
web/template/.keep Normal file
View File