CD/CD go template and test useful or not
This is template that help you to quick implement some library using Go.
This repository is contains following.
- CI/CD
- golangci-lint
- go test
- CodeQL Analysis (Go)
- dependabot for github-actions and Go
- action Use this template and then create a repository
- replace "things-labs" to your self username using sed(or others)
- run make init 4: done
Use go get.
go get github.com/things-labs/cicd-go-template
Then import the package into your own code.
import "github.com/things-labs/cicd-go-template"
This project is under MIT License. See the LICENSE file for the full license text.