Hacker News new | ask | show | jobs
by ofiner2 3553 days ago
can it be used as a library? for a go web app which already uses built-in http server?
1 comments

As the README mentions, it's built on the Echo[0] framework. You would likely just want to use Echo directly if you want to embed the server in your app.

[0] https://github.com/labstack/echo