diff options
author | 2025-04-23 23:50:20 +0530 | |
---|---|---|
committer | 2025-04-23 23:50:20 +0530 | |
commit | c3829cc5a2df63a68455da308d32740e1fb3bc17 (patch) | |
tree | 85b9a24751d5d0ff292e46b4d0889e1ac83d59bb /backend/go.mod | |
parent | 57ae5a3d3ecd60e83b45e65d3f5d7d340733c3b6 (diff) | |
download | finance-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.mod | 3 |
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 |