Skip to content

Commit eb9cb12

Browse files
authored
Merge pull request #16 from francoispqt/version/0.12.0
copy hook on copy method
2 parents 78cfad0 + 89c5948 commit eb9cb12

File tree

3 files changed

+20
-8
lines changed

3 files changed

+20
-8
lines changed

Gopkg.lock

Lines changed: 18 additions & 7 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Gopkg.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,4 +23,4 @@
2323

2424
[[constraint]]
2525
name = "github.com/francoispqt/gojay"
26-
version = "1.0.1"
26+
version = "1.2.5"

logger.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,7 @@ func (l *Logger) copy() *Logger {
6666
nL := Logger{
6767
levels: l.levels,
6868
w: l.w,
69+
hook: l.hook,
6970
}
7071
return &nL
7172
}

0 commit comments

Comments
 (0)