diff options
author | MikunoNaka <bokuwakanojogahoshii@yahoo.com> | 2021-04-18 15:34:37 +0530 |
---|---|---|
committer | MikunoNaka <bokuwakanojogahoshii@yahoo.com> | 2021-04-18 15:34:37 +0530 |
commit | 93dd72920e5a72c684f53071f4ab1972bf1e878c (patch) | |
tree | a9d32a0ff8a8237003caa7fbb4dd00908a669978 /server/go.mod | |
parent | dafb3638bbd1184f15ad9b7637178ea6ce510d90 (diff) |
created a server to just serve the static app
Diffstat (limited to 'server/go.mod')
-rw-r--r-- | server/go.mod | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/server/go.mod b/server/go.mod new file mode 100644 index 0000000..70699fa --- /dev/null +++ b/server/go.mod @@ -0,0 +1,5 @@ +module github.com/MikunoNaka/openbills + +go 1.16 + +require github.com/gin-gonic/gin v1.7.1 // indirect |