Skip to content

Latest commit

 

History

History
16 lines (13 loc) · 146 Bytes

development.md

File metadata and controls

16 lines (13 loc) · 146 Bytes

Development

Build and run

go run .

Compile to a binary

go build -o bin/go-http-server .

Build a container

ko build .