選択できるのは25トピックまでです。 トピックは、先頭が英数字で、英数字とダッシュ('-')を使用した35文字以内のものにしてください。
Antoine GIRARD 149758c912
Update to github.com/lafriks/xormstore@v1.3.0 (#8317)
4年前
..
CONTRIBUTING.md Update to github.com/lafriks/xormstore@v1.3.0 (#8317) 4年前
LICENSE Update to github.com/lafriks/xormstore@v1.3.0 (#8317) 4年前
README.md Update to github.com/lafriks/xormstore@v1.3.0 (#8317) 4年前
civil.go Update to github.com/lafriks/xormstore@v1.3.0 (#8317) 4年前

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.