Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/fredbi/go-api-skeleton
Template project
https://github.com/fredbi/go-api-skeleton
Last synced: about 1 month ago
JSON representation
Template project
- Host: GitHub
- URL: https://github.com/fredbi/go-api-skeleton
- Owner: fredbi
- License: mit
- Created: 2023-11-02T07:34:07.000Z (about 1 year ago)
- Default Branch: master
- Last Pushed: 2024-01-15T03:43:56.000Z (11 months ago)
- Last Synced: 2024-04-18T16:02:24.257Z (8 months ago)
- Language: Go
- Size: 198 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Codeowners: .github/CODEOWNERS
Awesome Lists containing this project
README
# go-api-skeleton
![Lint](https://github.com/fredbi/go-api-skeleton/actions/workflows/01-golang-lint.yaml/badge.svg)
![CI](https://github.com/fredbi/go-api-skeleton/actions/workflows/02-test.yaml/badge.svg)
[![Coverage Status](https://coveralls.io/repos/github/fredbi/go-api-skeleton/badge.svg?branch=master)](https://coveralls.io/github/fredbi/go-api-skeleton?branch=master)
![Vulnerability Check](https://github.com/fredbi/go-api-skeleton/actions/workflows/03-govulncheck.yaml/badge.svg)
[![Go Report Card](https://goreportcard.com/badge/github.com/fredbi/go-api-skeleton)](https://goreportcard.com/report/github.com/fredbi/go-api-skeleton)![GitHub tag (latest by date)](https://img.shields.io/github/v/tag/fredbi/go-api-skeleton)
[![Go Reference](https://pkg.go.dev/badge/github.com/fredbi/go-api-skeleton.svg)](https://pkg.go.dev/github.com/fredbi/go-api-skeleton)
[![license](http://img.shields.io/badge/license/License-Apache-yellow.svg)](https://raw.githubusercontent.com/fredbi/go-api-skeleton/master/LICENSE.md)Template project
Replace "app-name" string everywhere there is a "CHANGE_ME" annotation.