diff --git a/cmd/httpserver/main.go b/cmd/httpserver/main.go new file mode 100644 index 0000000..7905807 --- /dev/null +++ b/cmd/httpserver/main.go @@ -0,0 +1,5 @@ +package main + +func main() { + +}