Categorygithub.com/bigkevmcd/go-demo
module
0.0.5
Repository: https://github.com/bigkevmcd/go-demo.git
Documentation: pkg.go.dev

# README

go-demo

This is a simple demo service for a Kubernetes pipeline.

Requirements

This requires a configured Redis server.

Building

$ go build ./cmd/go-demo

Testing

TEST_REDIS_URL=redis://localhost:6379  go test ./...

If TEST_REDIS_URL is not set this will default to redis://localhost:6379/9.

# Packages

No description provided by the author
No description provided by the author