Private
Public Access
0
0

reorder to try to use go modules

This commit is contained in:
teizz
2021-09-30 12:26:15 +02:00
parent cd0673777f
commit 979ef108f4
9 changed files with 86 additions and 33 deletions

7
cmd/go.mod Normal file
View File

@@ -0,0 +1,7 @@
module main
go 1.16
require (
git.nxdomain.nl/mattijs/pathway@latest
)