workflow-sample-go/README.md

12 lines
376 B
Markdown
Raw Permalink Normal View History

2025-06-17 15:37:47 +10:00
# workflow-sample-go
2025-06-17 15:45:03 +10:00
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.