Skip to content

phr3nzy/rescounts-api

Repository files navigation

Rescounts API

ci

Requirements

  • Go v1.17
  • Optional: Docker

Development

$ go mod download
# install required modules

$ go build main.go
# build binary

$ go run main.go
# run main file

$ go test ./... -v
# run all file tests

$ go test -bench=. -benchmem -run=none ./... -v
# run all file benchmarks

Environment Variables

See config.

About

An assessment project.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published