cpt

package module
v0.0.0-...-02ce69b Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: May 19, 2023 License: MIT Imports: 1 Imported by: 0

README

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.

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func Add

func Add(a, b int) int

func Div

func Div(a, b int) int

func Mul

func Mul(a, b int) int

func Pow

func Pow(a, b int) int

func Sub

func Sub(a, b int) int

Types

This section is empty.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL