commit ddf967468fc81c2860d0b67531ed4e3303b78fd2 Author: Michael Bobbitt Date: Thu Jan 23 22:16:34 2025 -0500 init diff --git a/go.mod b/go.mod new file mode 100644 index 0000000..10e8bc3 --- /dev/null +++ b/go.mod @@ -0,0 +1,3 @@ +module git.bobbitt.cloud/bobbitt/httpi + +go 1.23.5 diff --git a/server.go b/server.go new file mode 100644 index 0000000..eeb7cac --- /dev/null +++ b/server.go @@ -0,0 +1 @@ +package httpi