Demonstrates how to configure a typical Go project.
|
||
---|---|---|
.forgejo/workflows | ||
cmd/sample | ||
internal/greet | ||
pkg/util | ||
go.mod | ||
README.md |
workflow-sample-go
Demonstrates how to configure a typical Go project.
Project layout based on the 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.