mirror of
https://github.com/SagerNet/sing.git
synced 2025-04-06 05:17:38 +03:00
Remove ToString0[T] usage to fix golangci-lint
This commit is contained in:
parent
3e39af6035
commit
84be1c5eb6
5 changed files with 21 additions and 46 deletions
|
@ -33,9 +33,9 @@ func Run(ctx context.Context, tasks ...func() error) error {
|
|||
return E.Errors(retErr...)
|
||||
}
|
||||
|
||||
//goland:noinspection GoVetLostCancel
|
||||
func Any(ctx context.Context, tasks ...func(ctx context.Context) error) error {
|
||||
runtimeCtx, cancel := context.WithCancel(ctx)
|
||||
defer cancel()
|
||||
var retErr error
|
||||
for _, task := range tasks {
|
||||
currentTask := task
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue