Exemple #1
0
func init() {
	handlers.Routes()
}
Exemple #2
0
// main is the entry point for the application.
func main() {
	handlers.Routes()

	log.Println("listener : Started : Listening on :4000")
	http.ListenAndServe(":4000", nil)
}