Expirementing with building everthing from scratch.

1st steps
This commit is contained in:
Caleb Gardner
2024-05-17 06:45:45 -05:00
parent 14a486866e
commit abfc67d10f
12 changed files with 97 additions and 1032 deletions
+7
View File
@@ -0,0 +1,7 @@
package darkstorm
import "net/http"
type Backend struct {
http.ServeMux
}