Create hack folder with independent modules (#131)

This commit is contained in:
Paul Meyer 2022-05-17 11:14:23 +02:00 committed by GitHub
parent cfad36720b
commit 8e0f9491af
12 changed files with 1810 additions and 11 deletions

6
go.work Normal file
View file

@ -0,0 +1,6 @@
go 1.18
use (
.
./hack
)