Skip to content

go-helium/demos

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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)