Private
Public Access
0
0

include an example cmd

This commit is contained in:
teizz
2021-10-24 13:58:11 +02:00
parent 53013812a9
commit c3e6bf0987
7 changed files with 79 additions and 9 deletions

7
cmd/go.mod Normal file
View File

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