about summary refs log tree commit diff
path: root/src/rest-api/go.mod
diff options
context:
space:
mode:
authorBaitinq <[email protected]>2024-05-01 13:02:40 +0200
committerBaitinq <[email protected]>2024-05-01 16:25:18 +0200
commit94f1c7d807d5392b870484b7112b4db6e0077813 (patch)
treef9649777df0f1e4fc1a5216cdeec6009ac945629 /src/rest-api/go.mod
parentCreate dummy rest-api service (diff)
downloadfs-tracer-backend-94f1c7d807d5392b870484b7112b4db6e0077813.tar.gz
fs-tracer-backend-94f1c7d807d5392b870484b7112b4db6e0077813.tar.bz2
fs-tracer-backend-94f1c7d807d5392b870484b7112b4db6e0077813.zip
Build images with bazel
Diffstat (limited to 'src/rest-api/go.mod')
-rw-r--r--src/rest-api/go.mod3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/rest-api/go.mod b/src/rest-api/go.mod
deleted file mode 100644
index fe8def9..0000000
--- a/src/rest-api/go.mod
+++ /dev/null
@@ -1,3 +0,0 @@
-module github.com/Baitinq/rest-api
-
-go 1.22.2