/produce

Just a silly little answer to a random interview question; build a little REST API in Go

Primary LanguageGoApache License 2.0Apache-2.0

produce

Just a silly little answer to a random interview question; build a little REST API in Go

Notes

  • I did all the RESTful HTTP/JSON handled by hand just for this example. In a real codebase you'd want to use some kind of standard framework like https://github.com/gin-gonic/gin