Skip to content

Commit

Permalink
fix: test is missing import
Browse files Browse the repository at this point in the history
  • Loading branch information
crhntr committed Nov 13, 2024
1 parent 8b9acbb commit 34aed19
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions routes_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -1383,6 +1383,8 @@ func routes(mux *http.ServeMux, receiver RoutesReceiver) {
ReceiverPackage: `-- in.go --
package main
import "net/http"
type T struct{}
func (T) F(response http.ResponseWriter) any {return nil}
Expand Down

0 comments on commit 34aed19

Please sign in to comment.