Skip to content

i0Ek3/noerr

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

noerr

You will never see "if err != nil" in the go file again!

Getting Started

Install

go get https://github.com/i0Ek3/noerr

Usage

package main

import "github.com/i0Ek3/noerr"

func main() {
    // show err then break
    noerr.Xerr(err, msg...)
    noerr.NoErr(err)
    noerr.NoErrP(err)
    noerr.NoErrF(err)
    noerr.NoErrPc(err)
    noerr.NoErrln(err)
}

TODO

  • support ok checking
  • refactor

Contributing

Pull requests and Issue are also welcome.

Show your support

Give a ⭐️ if this project helped you!

License

MIT.

About

You will never see "if err != nil" again!

Resources

License

Stars

1 star

Watchers

1 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages