hydrz / experiments

Personal code, scripts and config files for experiments

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

go-starter

CI

Go project template repository

Work flow

  1. Create a new repository from go-starter
  2. Use make rename to change go mod name
  3. Create a dev branch from main
  4. Make changes
  5. Commit code
  6. Merge pull requests
  7. Create tag
  8. Git Action auto generate CHANGELOG.md and create release

Features

  • xxxx
  • xxxx
  • xxxx

Install

go get github.com/sraphs/go-starter

Usage

  1. xxxx
  2. xxxx
  3. xxxx

Contributing

We alway welcome your contributions 👏

  1. Fork the repository
  2. Create Feat_xxx branch
  3. Commit your code
  4. Create Pull Request

CHANGELOG

See Releases

License

MIT © sraph.com

About

Personal code, scripts and config files for experiments

License:MIT License


Languages

Language:Makefile 99.1%Language:Go 0.9%