go mod support

This commit is contained in:
2022-03-14 11:06:22 +08:00
parent 87c33de7de
commit fb0550783b
2 changed files with 7 additions and 0 deletions
+5
View File
@@ -0,0 +1,5 @@
module b612.me/win32api
go 1.16
require golang.org/x/sys v0.0.0-20220310020820-b874c991c1a5
+2
View File
@@ -0,0 +1,2 @@
golang.org/x/sys v0.0.0-20220310020820-b874c991c1a5 h1:y/woIyUBFbpQGKS0u1aHF/40WUDnek3fPOyD08H5Vng=
golang.org/x/sys v0.0.0-20220310020820-b874c991c1a5/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg=