aboutsummaryrefslogtreecommitdiffstats
path: root/backend/go.mod
diff options
context:
space:
mode:
authorLibravatarLibravatar Biswa Kalyan Bhuyan <biswa.bhuyan@vegastack.com> 2025-04-23 23:50:20 +0530
committerLibravatarLibravatar Biswa Kalyan Bhuyan <biswa.bhuyan@vegastack.com> 2025-04-23 23:50:20 +0530
commitc3829cc5a2df63a68455da308d32740e1fb3bc17 (patch)
tree85b9a24751d5d0ff292e46b4d0889e1ac83d59bb /backend/go.mod
parent57ae5a3d3ecd60e83b45e65d3f5d7d340733c3b6 (diff)
downloadfinance-c3829cc5a2df63a68455da308d32740e1fb3bc17.tar.gz
finance-c3829cc5a2df63a68455da308d32740e1fb3bc17.tar.bz2
finance-c3829cc5a2df63a68455da308d32740e1fb3bc17.zip
README.md: update: fixed tech stack
Diffstat (limited to 'backend/go.mod')
-rw-r--r--backend/go.mod3
1 files changed, 3 insertions, 0 deletions
diff --git a/backend/go.mod b/backend/go.mod
new file mode 100644
index 0000000..66c3e08
--- /dev/null
+++ b/backend/go.mod
@@ -0,0 +1,3 @@
+module finance/baq
+
+go 1.24.2