Skip to content

Commit

Permalink
Go report card
Browse files Browse the repository at this point in the history
  • Loading branch information
nicobistolfi committed Sep 3, 2024
1 parent eb8ae25 commit 24cc51a
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/reportcard.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
uses: afarbos/go-report-card-action@v1
with:
threshold: '100'
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Go REST API Boilerplate

[![Author](https://img.shields.io/badge/author-%40nicobistolfi-blue.svg)](https://github.com/nicobistolfi)
![License](https://img.shields.io/badge/license-MIT-green.svg)
[![Go Report Card](https://goreportcard.com/badge/github.com/nicobistolfi/go-rest-api)](https://goreportcard.com/report/github.com/nicobistolfi/go-rest-api)

This repository provides a structured Go project for building scalable APIs. It emphasizes clean architecture, separation of concerns, and ease of testing and deployment.

## Project Structure
Expand Down Expand Up @@ -69,6 +73,8 @@ Deployment configurations are located in the `deployments/` directory.

## Documentation

Live documentation for this project can be found at [http://go-rest-api.bistol.fi/](http://go-rest-api.bistol.fi/).

To run the documentation locally:

1. Navigate to the `docs/` directory
Expand Down

0 comments on commit 24cc51a

Please sign in to comment.