v1.34.4: Merge pull request #2 from treavorj/sync-branch
New Features:
- Add following methods for logger to better match std.log and popular libraries that require a wrapper:
- Debugf
- Infof
- Warnf
- Warningf
- Errorf
- Fatalf
Upstream New Features:
- Add on interface for net/http
- IPAddr: Adds a field with net.IP
- IPPrefix: Adds a field with net.IPNet
- MACAddr: Adds a field withg net.HardwareAddr
Other:
- Improve test coverage