Skip to content

Commit dcc4646

Browse files
committed
Minor bug fixed
1 parent 8ce9374 commit dcc4646

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

layout.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ package nxlog4go
55
import (
66
"bytes"
77
"encoding/json"
8+
"errors"
89
"fmt"
910
"time"
1011
)

nxlog4go.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,6 @@
7979
package nxlog4go
8080

8181
import (
82-
"errors"
8382
"io"
8483
"os"
8584
"sync"

0 commit comments

Comments
 (0)