Skip to content

things-go/encoding

Repository files navigation

encoding

http encoding toolkit

Go.Dev reference codecov Tests Go Report Card Licence Tag

Usage

encoding是一个http编解码器.

Installation

Use go get.

    go get github.com/things-go/encoding

Then import the package into your own code.

    import "github.com/things-go/encoding"

Example

References

License

This project is under MIT License. See the LICENSE file for the full license text.