removed unneeded func

This commit is contained in:
Robin 2024-10-24 22:05:52 +02:00
parent 06776329bd
commit 7bdbca0a6f

View File

@ -37,7 +37,5 @@ func Inject[T any](token InjectionToken[T]) T {
} }
func Test() {}
func (r *Router) Start() { func (r *Router) Start() {
} }