Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ServeMux ¶
type ServeMux struct {
// contains filtered or unexported fields
}
ServeMux in custom type of mux- this is thread safe, since we are only reading the map
func CreateNewServeMux ¶
func CreateNewServeMux() *ServeMux
CreateNewServeMux return a new serve mux
Click to show internal directories.
Click to hide internal directories.