diff options
| author | Baitinq <[email protected]> | 2024-05-01 13:02:40 +0200 |
|---|---|---|
| committer | Baitinq <[email protected]> | 2024-05-01 16:25:18 +0200 |
| commit | 94f1c7d807d5392b870484b7112b4db6e0077813 (patch) | |
| tree | f9649777df0f1e4fc1a5216cdeec6009ac945629 /src/rest-api/go.mod | |
| parent | Create dummy rest-api service (diff) | |
| download | fs-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.mod | 3 |
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 |