Web-Database-Viewer/cmd/web_server.go
Azpect3120 111a6aead3 INIT: First commit, having session issues
Shocker! These sessions are stupid as hell. Going to try using gorilla
instead.
2024-08-06 21:40:04 -07:00

8 lines
130 B
Go

package main
import "github.com/Azpect3120/Web-Database-Viewer/internal/http"
func main() {
http.New("3001").Setup().Start()
}