Sample REST application with Golang Endpoints POST /qrcode data expected: { URL: `string`} returns: Content-Type: image/png, Data: bytes To setup project: make setup To run tests: make test