Adding missing comment to TimestampType const declarations

This commit is contained in:
Kenneth Shaw 2017-07-02 18:47:59 +07:00
parent 7fbfef7cf1
commit ccdd204500

View File

@ -152,6 +152,7 @@ func (te TypeEnum) GoEmptyValue() string {
// TimestampType are the various timestamp subtypes.
type TimestampType int
// TimestampType values.
const (
TimestampTypeMillisecond TimestampType = 1 + iota
TimestampTypeSecond