Skip to content

Commit

Permalink
Merge pull request #34 from MaricoHan/develop
Browse files Browse the repository at this point in the history
Develop
  • Loading branch information
MaricoHan authored Jan 8, 2023
2 parents 3bfe6f8 + 86def5b commit 2a2c041
Show file tree
Hide file tree
Showing 8 changed files with 0 additions and 101 deletions.
9 changes: 0 additions & 9 deletions mutex/lua/mutex/lock.lua

This file was deleted.

7 changes: 0 additions & 7 deletions mutex/lua/mutex/renewal.lua

This file was deleted.

13 changes: 0 additions & 13 deletions mutex/lua/mutex/unlock.lua

This file was deleted.

9 changes: 0 additions & 9 deletions mutex/lua/rwmutex/lock.lua

This file was deleted.

17 changes: 0 additions & 17 deletions mutex/lua/rwmutex/renewal.lua

This file was deleted.

11 changes: 0 additions & 11 deletions mutex/lua/rwmutex/rlock.lua

This file was deleted.

30 changes: 0 additions & 30 deletions mutex/lua/rwmutex/unlock.lua

This file was deleted.

5 changes: 0 additions & 5 deletions mutex/mutex_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ package mutex
import (
"context"
"fmt"
"io"
"strconv"
"sync"
"testing"
Expand Down Expand Up @@ -34,10 +33,6 @@ func TestMutex_lockInner(t *testing.T) {
t.Log(acquire)
}

func TestName(t *testing.T) {
fmt.Println(io.EOF == nil)
}

func TestMutex_tryLock(t *testing.T) {
ctx, cancel := context.WithTimeout(context.Background(), mutex.waitTimeout)
defer cancel()
Expand Down

0 comments on commit 2a2c041

Please sign in to comment.