Skip to content

Latest commit

 

History

History
6 lines (5 loc) · 346 Bytes

README.md

File metadata and controls

6 lines (5 loc) · 346 Bytes

Examples to show usage of Helium

  • Demo1 demonstrate how to use Helium and DI
  • Demo2 demonstrate how to use Helium with cli-tools (urfave/cli for example)
  • Demo3 demonstrate how to use Helium in simple application without helium.App interface (just DI)
  • Demo4 demonstrate how to use Helium as web-application (http.Handler + http.ServeMux)