Basic HTTP server without go-kit.
Build & run
go install github.com/mycodesmells/gokit-example/ageStep0
ageStep0
Test with cURL
./ageStep0/test.sh
Basic HTTP with go-kit endpoint.
Build & run
go install github.com/mycodesmells/gokit-example/ageStep1
ageStep1
Test with cURL
./ageStep1/test.sh
HTTP server with basic logger.
Build & run
go install github.com/mycodesmells/gokit-example/ageStep2
ageStep2
Test with cURL
./ageStep2/test.sh
HTTP server with enhanced logger.
Build & run
go install github.com/mycodesmells/gokit-example/ageStep3
ageStep3
Test with cURL
./ageStep3/test.sh