Skip to content

Commit

Permalink
tree_test
Browse files Browse the repository at this point in the history
test class #1
  • Loading branch information
krishpranav committed Nov 16, 2021
1 parent 28642ab commit e4fb44d
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions tree_test.go
Original file line number Diff line number Diff line change
@@ -1 +1,16 @@
package godzilla

func catchPanic(f func()) (recv interface{}) {
defer func() {
recv = recover()
}()

f()

return
}

type testRouter struct {
path string
conflict bool
}

0 comments on commit e4fb44d

Please sign in to comment.