Skip to content

Commit db8f132

Browse files
committed
feat: cancel, more than one task... goroutines; fix: cancel buffer
1 parent 860d607 commit db8f132

File tree

3 files changed

+8
-1
lines changed

3 files changed

+8
-1
lines changed

.gitignore

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,9 @@
77
*.dll
88
*.so
99
*.dylib
10+
*.syso
11+
*.ico
12+
*.ps1
1013

1114
# Test binary, built with `go test -c`
1215
*.test
@@ -21,4 +24,4 @@
2124
go.work
2225
go.work.sum
2326

24-
./scripts
27+
./scripts

go.mod

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
11
module github.com/nekorionebula/system-utils
22

33
go 1.22.0
4+
5+
require github.com/akavel/rsrc v0.10.2 // indirect

go.sum

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
github.com/akavel/rsrc v0.10.2 h1:Zxm8V5eI1hW4gGaYsJQUhxpjkENuG91ki8B4zCrvEsw=
2+
github.com/akavel/rsrc v0.10.2/go.mod h1:uLoCtb9J+EyAqh+26kdrTgmzRBFPGOolLWKpdxkKq+c=

0 commit comments

Comments
 (0)