Skip to content

Latest commit

 

History

History
27 lines (18 loc) · 309 Bytes

README.md

File metadata and controls

27 lines (18 loc) · 309 Bytes

Playground Backend

  • Requires Go >= v1.20

Install dependencies

go mod download

Compiles backend

go build .

Compiles and runs backend

go run .

You can pass flags when running the backend:

go run . --log=true --kubeconfig=~/.kube/config