Skip to content

Latest commit

 

History

History
30 lines (21 loc) · 702 Bytes

README.md

File metadata and controls

30 lines (21 loc) · 702 Bytes

rng

CI Release

Prerequisites

  • Go ^1.18

Quickstart

go get ./...
go build ./...
go test ./...
go fmt ./...
go mod tidy

docker buildx build --file Dockerfile --tag rng --load .
docker run --name rng --detach --publish 3000:3000 rng
curl http://127.0.0.1:3000
docker stop rng
docker rm rng

API Reference

return 4