对点位进行锁定
This commit is contained in:
@@ -25,6 +25,7 @@ func Play(ctx context.Context, file string) error {
|
||||
|
||||
a := make(chan struct{})
|
||||
defer close(a)
|
||||
|
||||
wait.Add(1)
|
||||
go func() {
|
||||
defer wait.Done()
|
||||
|
||||
Reference in New Issue
Block a user