An open API service indexing awesome lists of open source software.

https://github.com/inherelab/go-pkg-template

An Go pkg template repository
https://github.com/inherelab/go-pkg-template

Last synced: 5 months ago
JSON representation

An Go pkg template repository

Awesome Lists containing this project

README

          

# {{ .TplCtx.RepoName }}

![GitHub go.mod Go version](https://img.shields.io/github/go-mod/go-version/gookit/gcli?style=flat-square)
[![Unit-Tests](https://github.com/gookit/gcli/actions/workflows/go.yml/badge.svg)](https://github.com/gookit/gcli/actions/workflows/go.yml)
[![GitHub tag (latest SemVer)](https://img.shields.io/github/tag/gookit/gcli)](https://github.com/gookit/gcli)
[![Go Reference](https://pkg.go.dev/badge/github.com/gookit/goutil.svg)](https://pkg.go.dev/github.com/gookit/goutil)
[![Go Report Card](https://goreportcard.com/badge/github.com/gookit/gcli)](https://goreportcard.com/report/github.com/gookit/gcli)

{{ .TplCtx.RepoDesc }}

- features TODO

> **[EN README](README.md)**

## Install

```shell
go get github.com/{{ .TplCtx.RepoPath }}
```

## Usage

```go
// ...
```