Skip to content

Commit

Permalink
Merge pull request #16 from francoispqt/version/0.12.0
Browse files Browse the repository at this point in the history
copy hook on copy method
  • Loading branch information
francoispqt authored Oct 18, 2018
2 parents 78cfad0 + 89c5948 commit eb9cb12
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 8 deletions.
25 changes: 18 additions & 7 deletions Gopkg.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Gopkg.toml
Original file line number Diff line number Diff line change
Expand Up @@ -23,4 +23,4 @@

[[constraint]]
name = "github.com/francoispqt/gojay"
version = "1.0.1"
version = "1.2.5"
1 change: 1 addition & 0 deletions logger.go
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,7 @@ func (l *Logger) copy() *Logger {
nL := Logger{
levels: l.levels,
w: l.w,
hook: l.hook,
}
return &nL
}
Expand Down

0 comments on commit eb9cb12

Please sign in to comment.