about summary refs log tree commit diff
path: root/go.mod
diff options
context:
space:
mode:
authorBaitinq <manuelpalenzuelamerino@gmail.com>2024-05-02 15:43:24 +0200
committerBaitinq <manuelpalenzuelamerino@gmail.com>2024-05-02 16:06:52 +0200
commit3e876c6d03c766193c62c2c0148efdaf43b69d3e (patch)
tree46552f75dd920db8516272f8489a38a8b3b70941 /go.mod
parentStart setting up rabbitmq connection (diff)
downloadfs-tracer-backend-3e876c6d03c766193c62c2c0148efdaf43b69d3e.tar.gz
fs-tracer-backend-3e876c6d03c766193c62c2c0148efdaf43b69d3e.tar.bz2
fs-tracer-backend-3e876c6d03c766193c62c2c0148efdaf43b69d3e.zip
Change module name and cleanup http handler
Diffstat (limited to 'go.mod')
-rw-r--r--go.mod2
1 files changed, 1 insertions, 1 deletions
diff --git a/go.mod b/go.mod
index 21c4602..1085bfe 100644
--- a/go.mod
+++ b/go.mod
@@ -1,4 +1,4 @@
-module github.com/Baitinq/rest-api
+module github.com/Baitinq/fs-tracer-backend
 
 go 1.22.2