remove unused fmt in router

This commit is contained in:
Iris Lightshard 2022-01-04 13:24:28 -07:00
parent 756a0739fd
commit b17fa798b7
Signed by: Iris Lightshard
GPG key ID: 3B7FBC22144E6398

View file

@ -10,7 +10,6 @@ import (
"path" "path"
"os" "os"
"errors" "errors"
"fmt"
) )
type Router struct { type Router struct {