diff options
author | Baitinq <manuelpalenzuelamerino@gmail.com> | 2024-05-02 15:43:24 +0200 |
---|---|---|
committer | Baitinq <manuelpalenzuelamerino@gmail.com> | 2024-05-02 16:06:52 +0200 |
commit | 3e876c6d03c766193c62c2c0148efdaf43b69d3e (patch) | |
tree | 46552f75dd920db8516272f8489a38a8b3b70941 /go.mod | |
parent | Start setting up rabbitmq connection (diff) | |
download | fs-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.mod | 2 |
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 |