We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ca92ca8 commit 5ec17fbCopy full SHA for 5ec17fb
go.go
@@ -32,7 +32,7 @@ func GoWithArgs(concurrentCode func(args ...interface{}), args ...interface{}) {
32
}()
33
34
if concurrentCode != nil {
35
- concurrentCode(args)
+ concurrentCode(args...)
36
}
37
38
0 commit comments