chore: add go.work and v2alpha/go.mod.

This commit is contained in:
John Beisley 2022-03-24 19:40:47 +00:00 committed by Huin
parent db322868c5
commit 5fc0a95ef3
2 changed files with 9 additions and 0 deletions

6
go.work Normal file
View File

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

3
v2alpha/go.mod Normal file
View File

@ -0,0 +1,3 @@
module github.com/huin/goupnp/v2alpha
go 1.18