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
- Host: GitHub
- URL: https://github.com/inherelab/go-pkg-template
- Owner: inherelab
- Created: 2021-09-09T02:34:24.000Z (almost 5 years ago)
- Default Branch: main
- Last Pushed: 2025-07-07T11:15:46.000Z (12 months ago)
- Last Synced: 2025-07-07T12:31:32.075Z (12 months ago)
- Language: Go
- Homepage:
- Size: 46.9 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# {{ .TplCtx.RepoName }}

[](https://github.com/gookit/gcli/actions/workflows/go.yml)
[](https://github.com/gookit/gcli)
[](https://pkg.go.dev/github.com/gookit/goutil)
[](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
// ...
```