package main import ( "github.com/jaysonjphillips/golang-mux/server" ) func main() { s := server.Server{} s.Initialize() }