Skip to content

Latest commit

 

History

History

backend

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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