Sample go project
This commit is contained in:
parent
52559a3072
commit
de293b5f37
5 changed files with 38 additions and 1 deletions
10
README.md
10
README.md
|
@ -1,3 +1,11 @@
|
|||
# workflow-sample-go
|
||||
|
||||
Demonstrates how to configure a typical Go project.
|
||||
Demonstrates how to configure a typical Go project.
|
||||
|
||||
Project layout based on the
|
||||
[golang-standards/project-layout](https://github.com/golang-standards/project-layout)
|
||||
project layout standard (that was a mouthful) as I find it to be the most
|
||||
comfortable to work within.
|
||||
|
||||
The build pipelines are made for this standard and are probably difficult to
|
||||
adapt.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue