From 9c9d5e43da56cd7a74a696e6d9b4ab328873e40d Mon Sep 17 00:00:00 2001 From: jaerri <62021987+jaerri@users.noreply.github.com> Date: Thu, 29 Jan 2026 20:53:58 -0600 Subject: init --- main.go | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 main.go (limited to 'main.go') diff --git a/main.go b/main.go new file mode 100644 index 0000000..cf18b45 --- /dev/null +++ b/main.go @@ -0,0 +1,12 @@ +package main + +import ( + "net/http" +) + +func main() { + http.HandleFunc("/", func(w http.ResponseWriter, r *http.Request) { + + }) + http +} -- cgit v1.2.3