github.com/kaiiak/zaptext@v0.0.0-20220617014548-4ce28ef7833b/README.md (about)

     1  # Zaptext
     2  Zap text encoder instance
     3  
     4  
     5  [![Build status](https://github.com/kaiiak/zaptext/workflows/build/badge.svg)](https://github.com/kaiiak/zaptext/actions)
     6  [![Go Reference](https://pkg.go.dev/badge/github.com/kaiiak/zaptext.svg)](https://pkg.go.dev/github.com/kaiiak/zaptext)
     7  [![GoReport](https://goreportcard.com/badge/github.com/kaiiak/zaptext)](https://goreportcard.com/report/github.com/kaiiak/zaptext)
     8  
     9  ## Using example
    10  
    11  ```golang
    12  cfg := zapcore.NewProductionEncoderConfig()
    13  zaptext.NewTextencoder(cfg)
    14  ```
    15  
    16  ## Thanks
    17  
    18  - [zap](https://github.com/uber-go/zap): Refer to some implementations