v2.2.1 Copper Cricket
Added an option to bind to a specific host:
srv, err := server.New(
os.Getenv("PORT"),
time.Second*30,
server.WithHost("localhost"),
)
Added an option to bind to a specific host:
srv, err := server.New(
os.Getenv("PORT"),
time.Second*30,
server.WithHost("localhost"),
)