Skip to content

mirandae/go-uava

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

go-uava

Basic pre-conditions checking utilities, similar to a subset of Google Guava (minus the whole generics thing).

Usage Example:

func fnDef(arg1 string, arg2 bool) {
    err := check.Preconditions(check.NotEmptyString(arg1), check.Argument(arg2))
    if err != nil {
        ...
    }
    ...
}

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages