diff options
author | Guillermo Ramos | 2021-04-05 10:55:35 +0200 |
---|---|---|
committer | Guillermo Ramos | 2021-04-05 10:55:35 +0200 |
commit | 27abcd076bd4af77ab51fcc7701d59cac260f9e9 (patch) | |
tree | de33ef17645a3749ebd54dcec8f791160f0f266c /go.mod | |
parent | aaffd2ad23293a99ea85c4a67b62058c71d9746a (diff) | |
download | gosnake-27abcd076bd4af77ab51fcc7701d59cac260f9e9.tar.gz |
Improve directory structure
Diffstat (limited to 'go.mod')
-rw-r--r-- | go.mod | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,4 +1,4 @@ -module git.gramos.me/gosnake.git +module git.gramos.me/gosnake go 1.16 |