phuslu / log

Fastest structured logging
MIT License
672 stars 44 forks source link

refactor: rename LogObjectMarshaler to ObjectMarshaler #27

Closed Juneezee closed 3 years ago

Juneezee commented 3 years ago

Running golint ./... on the current master branch gives the following warning:

$ golint ./...
logger.go:52:6: type name will be used as log.LogObjectMarshaler by other packages, and that stutters; consider calling this ObjectMarshaler

VSCode gives the same warning too image

phuslu commented 3 years ago

thanks! I released v1.0.63 tag