Skip to content

vidhanio/erroverflow

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

ErrOverflow

The real way to handle errors.

Usage

package main

import (
	"strconv"

	"github.com/vidhanio/erroverflow"
)

func main() {
	_, err := strconv.Atoi("")
	if err != nil {
		erroverflow.Handle(err)
	}
}

About

No description, website, or topics provided.

Resources

License

Stars

1 star

Watchers

1 watching

Forks

Packages

 
 
 

Contributors

Languages