https://github.com/moemoe89/go-date-validation
📅 This package provides date string validation for Go implementation
https://github.com/moemoe89/go-date-validation
ginkgo go golang travisci
Last synced: 6 months ago
JSON representation
📅 This package provides date string validation for Go implementation
- Host: GitHub
- URL: https://github.com/moemoe89/go-date-validation
- Owner: moemoe89
- License: mit
- Created: 2017-01-27T14:13:07.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2020-07-16T10:11:22.000Z (over 5 years ago)
- Last Synced: 2025-03-13T20:28:58.842Z (10 months ago)
- Topics: ginkgo, go, golang, travisci
- Language: Go
- Homepage:
- Size: 7.81 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
[](https://travis-ci.org/moemoe89/go-date-validation)
[](https://coveralls.io/github/moemoe89/go-date-validation?branch=master)
[](https://godoc.org/github.com/moemoe89/go-date-validation)
[](https://goreportcard.com/report/github.com/moemoe89/go-date-validation)
# go-date-validation
## Description
This package provides date string validation for Go implementation with 100% test coverage.
## Requirements
Go programming language
### Installation
Run the following command to install the package:
```
$ go get github.com/moemoe89/go-date-validation
```
### Example
You can find a example for the implementation at [example](https://github.com/moemoe89/go-date-validation/blob/master/example/main.go) repository.