1
0
mirror of https://github.com/json-iterator/go.git synced 2025-11-29 22:47:28 +02:00

fix golint: document exported symbols

This commit is contained in:
Tao Wen
2017-07-09 14:17:40 +08:00
parent 3b6853d209
commit 8fbed91768
3 changed files with 4 additions and 1 deletions

View File

@@ -6,7 +6,7 @@ import (
"unsafe"
)
// keep epoch milliseconds
// RegisterTimeAsInt64Codec encode/decode time since number of unit since epoch. the precision is the unit.
func RegisterTimeAsInt64Codec(precision time.Duration) {
jsoniter.RegisterTypeEncoder("time.Time", &timeAsInt64Codec{precision})
jsoniter.RegisterTypeDecoder("time.Time", &timeAsInt64Codec{precision})