From a614ce99b177f334d61877f6728bee748e6f8743 Mon Sep 17 00:00:00 2001 From: Baitinq Date: Sun, 28 Apr 2024 23:46:48 +0200 Subject: Switch to go for rest-api --- src/rest-api/go.mod | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 src/rest-api/go.mod (limited to 'src/rest-api/go.mod') diff --git a/src/rest-api/go.mod b/src/rest-api/go.mod new file mode 100644 index 0000000..fe8def9 --- /dev/null +++ b/src/rest-api/go.mod @@ -0,0 +1,3 @@ +module github.com/Baitinq/rest-api + +go 1.22.2 -- cgit 1.4.1