rindibudiaramdhan / go-service-boilerplate

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

GO SERVICE BOILERPLATE

Boilerplate based on Go Programming Language and Go-Chi Framework. Documentation for making this boilerplate is in this link (TBA).

Requirements

  • go 1.20+
  • gosec go install github.com/securego/gosec/v2/cmd/gosec@latest

Install

make install

Start Server

make run

This server will start at http://localhost:8080. You can check availability by accessing http://localhost:8080/ping

Test

make test

Contributor

Creator: Rindi Budiaramdhan

About

License:MIT License


Languages

Language:Go 96.0%Language:Makefile 4.0%