open-vault/vendor/github.com/golang-sql/civil
Jeff Mitchell 7e5d68a73e
Bump go-kms-wrapping to remove proto warning, and vendor (#9066)
2020-05-22 10:48:50 -04:00
..
CONTRIBUTING.md Bump go-kms-wrapping to remove proto warning, and vendor (#9066) 2020-05-22 10:48:50 -04:00
LICENSE Bump go-kms-wrapping to remove proto warning, and vendor (#9066) 2020-05-22 10:48:50 -04:00
README.md Bump go-kms-wrapping to remove proto warning, and vendor (#9066) 2020-05-22 10:48:50 -04:00
civil.go Bump go-kms-wrapping to remove proto warning, and vendor (#9066) 2020-05-22 10:48:50 -04:00

README.md

Civil Date and Time

GoDoc

Civil provides Date, Time of Day, and DateTime data types.

While there are many uses, using specific types when working with databases make is conceptually eaiser to understand what value is set in the remote system.

Source

This civil package was extracted and forked from cloud.google.com/go/civil. As such the license and contributing requirements remain the same as that module.