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 860d607 commit db8f132Copy full SHA for db8f132
.gitignore
@@ -7,6 +7,9 @@
7
*.dll
8
*.so
9
*.dylib
10
+*.syso
11
+*.ico
12
+*.ps1
13
14
# Test binary, built with `go test -c`
15
*.test
@@ -21,4 +24,4 @@
21
24
go.work
22
25
go.work.sum
23
26
-./scripts
27
+./scripts
go.mod
@@ -1,3 +1,5 @@
1
module github.com/nekorionebula/system-utils
2
3
go 1.22.0
4
+
5
+require github.com/akavel/rsrc v0.10.2 // indirect
go.sum
@@ -0,0 +1,2 @@
+github.com/akavel/rsrc v0.10.2 h1:Zxm8V5eI1hW4gGaYsJQUhxpjkENuG91ki8B4zCrvEsw=
+github.com/akavel/rsrc v0.10.2/go.mod h1:uLoCtb9J+EyAqh+26kdrTgmzRBFPGOolLWKpdxkKq+c=
0 commit comments