Skip to content

Commit 9fb4492

Browse files
Added localtxn and fixed it's imports
1 parent 2c59089 commit 9fb4492

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

internal/transprocessor/localtxn.go

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,9 @@ import (
77
"sync"
88
"time"
99

10-
"github.com/PythonHacker24/linux-acl-management-backend/internal/types"
1110
"go.uber.org/zap"
11+
12+
"github.com/PythonHacker24/linux-acl-management-backend/internal/types"
1213
)
1314

1415
/* maintains locks on file which are actively under ACL modifications */

0 commit comments

Comments
 (0)