diff --git a/backend/go.mod b/backend/go.mod new file mode 100644 index 0000000..d41a883 --- /dev/null +++ b/backend/go.mod @@ -0,0 +1,3 @@ +module grapher-backend + +go 1.23.2 diff --git a/backend/main.go b/backend/main.go new file mode 100644 index 0000000..e69de29