validation

package module
v0.0.0-...-103ee04 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jul 16, 2020 License: MIT Imports: 4 Imported by: 0

README

Build Status Coverage Status GoDoc Go Report Card

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.

Documentation

Overview

Package go-date-validation will validate the date string is valid or not.

Index

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.

Directories

Path Synopsis

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL