Skip to main content

Golang Starter

@retr0h/golang-starterv2026.09.07.1· 4d agoWORKFLOWSSKILLS
01README

Scaffold a Go project — module, justfile, CI workflows, linters and release config in one workflow. Library and CLI variants.

02Workflows3
@retr0h/create-go-lib4543e139-0a10-414a-b174-8880d8a3b0b7

Scaffold a Go library — module, justfile, CI workflows, linters and release config

scaffoldCreate and configure a Go library
1.check-prereqsgo-project.check_prereqs— Verify go, git and just are installed
2.create-projectgo-project.create_project— Create the project directory and initialise git
3.write-filesgo-project.write_files— Render the templates into the project directory
4.bootstrapgo-project.bootstrap— Resolve the module and verify the project builds
@retr0h/create-go-clic0949e2d-adf2-4cec-b5dc-2d7209c7b285

Scaffold a Go command — module, justfile, CI workflows, linters and release config

scaffoldCreate and configure a Go command
1.check-prereqsgo-project.check_prereqs— Verify go, git and just are installed
2.create-projectgo-project.create_project— Create the project directory and initialise git
3.write-filesgo-project.write_files— Render the templates into the project directory
4.bootstrapgo-project.bootstrap— Resolve the module and verify the project builds
@retr0h/retemplate-goea0efb72-6711-4007-974f-4dd5ab507549

Re-render the templates over an existing Go project, refreshing it from the current templates

retemplateRe-render templates over an existing project
1.write-filesgo-project.write_files— Render the templates into the project directory
03Skills1
golang-starter1 file
04Previous Versions13
2026.09.06.4
2026.09.06.3
2026.09.06.2
2026.09.06.1
2026.09.04.3

Removed 1 models

2026.09.04.2
2026.09.04.1
2026.09.03.5
2026.09.03.4
2026.09.03.3
2026.09.03.2

Added 3, removed 1 workflows

2026.09.03.1
2026.09.02.1
05Stats
A
100 / 100
Downloads
0
Archive size
45.2 KB
  • Has README or module doc2/2earned
  • README has a code example1/1earned
  • README is substantive1/1earned
  • Most symbols documented1/1earned
  • No slow types (deprecated)1/1earned
  • Dependencies pass trust audit2/2earned
  • Has description1/1earned
  • Platform support declared (or universal)2/2earned
  • License declared1/1earned
  • Verified public repository2/2earned
06Platforms
07Labels