Skip to content

parithiban/gohelper

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

GO HELPER

Build Status Go Report Card codecov.io GitHub contributors Last Commit

This is an helper package. This has a lot of helper functions that would reduce rewriting many of the commonly used methods.

Installation

This requires Go version 1.11 or later.

go get -u github.com/parithiban/gohelper

Usage

The following are some of the methods that can be used from the package.

    FindInSlice  To check wether the given data is present in slice of any data type.
    FindInStruct To check wether the given data is present in struct/[]struct of any data type.
    EmailValidation To check the given string is a valid email.

Example

About

Generic Helper functions in GO

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published