README ¶ 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 repository. Expand ▾ Collapse ▴ Documentation ¶ Overview ¶ Package go-date-validation will validate the date string is valid or not. Index ¶ func StringToInt(s string) (*int, error) func Validation(date string) (bool, error) Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ func StringToInt ¶ func StringToInt(s string) (*int, error) Convert string to int. func Validation ¶ func Validation(date string) (bool, error) Validate the date string and return the result valid or not. Types ¶ This section is empty. Source Files ¶ View all Source files validation.go Directories ¶ Show internal Expand all Path Synopsis example Click to show internal directories. Click to hide internal directories.