func init() { handlers.Routes() }
// main is the entry point for the application. func main() { handlers.Routes() log.Println("listener : Started : Listening on :4000") http.ListenAndServe(":4000", nil) }