jaysonjphillips
11/16/2019 - 10:45 AM

New main.go (step 2)

package main

import (
	"github.com/jaysonjphillips/golang-mux/server"
)

func main() {
	s := server.Server{}
	s.Initialize()
}