update opentelemetry version (#6)
Co-authored-by: andrey1s <andrey@4devs.pro> Reviewed-on: #6 Co-authored-by: andrey <andrey@4devs.io> Co-committed-by: andrey <andrey@4devs.io>
This commit was merged in pull request #6.
This commit is contained in:
@@ -76,7 +76,7 @@ func WithJSONFormat() Option {
|
||||
return WithEncode(jsonFormat)
|
||||
}
|
||||
|
||||
//nolint: forcetypeassert
|
||||
//nolint:forcetypeassert
|
||||
func stringFormat() func(entry *entry.Entry) ([]byte, error) {
|
||||
pool := sync.Pool{
|
||||
New: func() interface{} {
|
||||
|
||||
Reference in New Issue
Block a user