Documentation ¶ Index ¶ func ListenAndServe() type Router func (r *Router) Get(path string, f func(http.ResponseWriter, *http.Request)) *mux.Route Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ func ListenAndServe ¶ func ListenAndServe() Types ¶ type Router ¶ type Router struct { *mux.Router } func (*Router) Get ¶ func (r *Router) Get(path string, f func(http.ResponseWriter, *http.Request)) *mux.Route Source Files ¶ View all Source files public.go router.go Directories ¶ Show internal Expand all Path Synopsis handlers Click to show internal directories. Click to hide internal directories.