added in a playground

This commit is contained in:
2025-09-17 22:09:01 +05:30
parent 9d0ab3c0f2
commit 75d2f88c65
7 changed files with 56 additions and 25 deletions

8
playground/go.mod Normal file
View File

@@ -0,0 +1,8 @@
module code.patial.tech/go/mux/playground
go 1.24
require (
code.patial.tech/go/mux v0.7.1
github.com/go-chi/chi/v5 v5.2.3
)