Golang projects take a long time to setup with all the various files and keeping things uniform across projects. With this Golang template, you can quickly setup boilerplate code and miscellaneous items for your Golang project saving you time and energy so you can get back to coding.
Click the Use this template
button at the top of this project's GitHub page, it looks like this:
Easy text replacements
- Replace all occurances of
USERNAME
- Replace all occurances of
GO_PROJECT_NAME
File configuration
- Change the name of the
package
folder to match your project name - Configure the
go.mod
file - Update the author in the
LICENSE
file - Update variables on top of the
Makefile
file - Rename the
.github/workflows.dist
folder toworkflows
- Update the
CHANGELOG.md
- Delete this
README
, update and renameREADME.dist.md
toREADME.md