Skip to content

Commit 5462e30

Browse files
committed
initial directory layout
1 parent 954c0c0 commit 5462e30

File tree

24 files changed

+4
-0
lines changed

24 files changed

+4
-0
lines changed

Makefile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
# note: call scripts from /scripts

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,5 @@
11
# Standard Go Project Layout
22

3+
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.
4+
5+

api/.keep

Whitespace-only changes.

assets/.keep

Whitespace-only changes.

build/ci/.keep

Whitespace-only changes.

build/package/.keep

Whitespace-only changes.

cmd/_your_app_/.keep

Whitespace-only changes.

configs/.keep

Whitespace-only changes.

deployments/.keep

Whitespace-only changes.

docs/.keep

Whitespace-only changes.

0 commit comments

Comments
 (0)