Add http server initial setup

This commit is contained in:
Xanderitsme
2026-03-30 17:55:10 -05:00
commit daa2a9c4c7
4 changed files with 138 additions and 0 deletions

3
go.mod Normal file
View File

@@ -0,0 +1,3 @@
module github.com/Xanderitsme/go-http-testing
go 1.24.2