Skip to content

Latest commit

 

History

History
57 lines (40 loc) · 1.96 KB

README.md

File metadata and controls

57 lines (40 loc) · 1.96 KB

CD/CD go template

CD/CD go template and test useful or not

GoDoc Go.Dev reference codecov Tests Go Report Card Licence Tag

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

How to use

  1. action Use this template and then create a repository
  2. replace "things-labs" to your self username using sed(or others)
  3. run make init 4: done

Features

Usage

Installation

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"

Example

References

License

This project is under MIT License. See the LICENSE file for the full license text.