2024-04-29 09:05:56 +00:00
|
|
|
## Build Golang Templates
|
|
|
|
|
|
|
|
|
|
The template files (*.json) listed here are for various
|
2024-04-30 13:57:33 +00:00
|
|
|
templeates created for Golang projects.
|
2024-04-29 09:05:56 +00:00
|
|
|
|
|
|
|
|
The templates are basic in construct and capability.
|
|
|
|
|
|
|
|
|
|
Templates are:
|
|
|
|
|
|
|
|
|
|
* [golang](golang.md) - generate the build script for a generic Golang program
|
|
|
|
|
* [client](client.md) - generate the build script for a client Golang program
|
|
|
|
|
* [server](server.md) - generate the build script for a server Golang program, such as a HTTP server or REST API
|
|
|
|
|
* [woodpecker](woodpecker.md) - generate a Woodpecker CI YAM file
|
|
|
|
|
|