Skip to content

Commit

Permalink
Update net_http_mux.go, removed unused imports
Browse files Browse the repository at this point in the history
  • Loading branch information
ekumamatthew authored Jan 10, 2025
1 parent 86eed44 commit e2f54f4
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions net_http_mux.go
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,6 @@ import (
"reflect"
"runtime"
"strings"

"github.com/getkin/kin-openapi/openapi3"
)

// Group allows grouping routes under a common path.
Expand Down Expand Up @@ -228,4 +226,4 @@ var _ Registerer[string, any] = netHttpRouteRegisterer[string, any]{}

func (a netHttpRouteRegisterer[T, B]) Register() Route[T, B] {
return *Register(a.s, a.route, a.controller)
}
}

0 comments on commit e2f54f4

Please sign in to comment.