Response to a fairly simple API challenge.
Neatly passes go linter:
go vet
Defines some tests for the more complex behavior specified:
go test
Launches an endpoint on hostport localhost:33824:
go run .
| Name | Name | Last commit date | ||
|---|---|---|---|---|
Response to a fairly simple API challenge.
Neatly passes go linter:
go vetDefines some tests for the more complex behavior specified:
go testLaunches an endpoint on hostport localhost:33824:
go run .