Pretty up design

This commit is contained in:
paul 2020-07-20 00:50:05 +02:00
parent 0eb06dcf9a
commit 35a61859b2
8 changed files with 113 additions and 47 deletions
internal/web

View file

@ -3,8 +3,8 @@ package web
import (
"net/http"
"github.com/go-chi/chi"
"bitmask.me/skeleton/internal/app"
"github.com/go-chi/chi"
)
func runHTTP(listenAddr string, h http.Handler) error {