We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ed04140 commit e47dd80Copy full SHA for e47dd80
go.mod
@@ -0,0 +1,5 @@
1
+module github.com/arduino/go-win32-utils
2
+
3
+go 1.19
4
5
+require golang.org/x/sys v0.6.0
go.sum
@@ -0,0 +1,2 @@
+golang.org/x/sys v0.6.0 h1:MVltZSvRTcU2ljQOhs94SXPftV6DCNnZViHeQps87pQ=
+golang.org/x/sys v0.6.0/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg=
0 commit comments