qaskx.template/_generator/default/build
Tom Peltonen 571647f8ba Change build location 2024-05-05 16:40:34 +10:00
..
definitions Change build location 2024-05-05 16:40:34 +10:00
client.json Change build location 2024-05-05 16:40:34 +10:00
client.md Change build location 2024-05-05 16:40:34 +10:00
golang.json Change build location 2024-05-05 16:40:34 +10:00
golang.md Change build location 2024-05-05 16:40:34 +10:00
readme.md Change build location 2024-05-05 16:40:34 +10:00
server.json Change build location 2024-05-05 16:40:34 +10:00
server.md Change build location 2024-05-05 16:40:34 +10:00
woodpecker.json Change build location 2024-05-05 16:40:34 +10:00
woodpecker.md Change build location 2024-05-05 16:40:34 +10:00

readme.md

Build Golang Templates

The template files (*.json) listed here are for various templeates created for Golang projects.

The templates are basic in construct and capability.

Templates are:

  • golang - generate the build script for a generic Golang program
  • client - generate the build script for a client Golang program
  • server - generate the build script for a server Golang program, such as a HTTP server or REST API
  • woodpecker - generate a Woodpecker CI YAM file