Skip to content

Commit bdbce3d

Browse files
author
bruce
committed
[fix] error
1 parent 6cfec74 commit bdbce3d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

executor/executor.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ package executor
33
import (
44
"github.com/bailu1901/goweblua/luajit"
55

6-
"github.com/pkg/errors"
6+
"errors"
77

88
l4g "github.com/alecthomas/log4go"
99
)

0 commit comments

Comments
 (0)