Expirementing with building everthing from scratch.
1st steps
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
package darkstorm
|
||||
|
||||
import "net/http"
|
||||
|
||||
type Backend struct {
|
||||
http.ServeMux
|
||||
}
|
||||
Reference in New Issue
Block a user