Skip to content
This repository has been archived by the owner on Mar 14, 2023. It is now read-only.

andoco/go-app

Repository files navigation

Introduction

Minimal Go framework for microservice applications running in AWS supporting:

  • Multiple HTTP endpoints on different ports
  • AWS SQS message processing
  • Prometheus metrics endpoint
  • Semantic logging using zerolog

Build & Test

Build:

go build ./...

Test:

go test

Coverage:

go test -coverprofile=coverage.out; go tool cover -func=coverage.out

Getting Started

See cmd/demo/main.go for an example app.

About

No description or website provided.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published