diff options
author | KushBlazingJudah <59340248+KushBlazingJudah@users.noreply.github.com> | 2021-10-26 22:33:30 -0300 |
---|---|---|
committer | FChannel <> | 2022-06-19 12:53:29 -0700 |
commit | b97e0403c8f0be0bf415e537981763495ae0b783 (patch) | |
tree | c95f1879e0e8f075871372fece3f68b6c1b07ceb /go.mod | |
parent | 48fefb76c0a908cc3fa00abc9c090ce3ac8cb560 (diff) |
move routes to subpackage
Diffstat (limited to 'go.mod')
-rw-r--r-- | go.mod | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,4 +1,4 @@ -module github.com/FChannel/Server +module github.com/FChannel0/FChannel-Server go 1.15 |