GitXplorerGitXplorer
Q

serror

public
0 stars
0 forks
0 issues

Commits

List of commits on branch master.
Unverified
365f96be621d252d0e7526f8dd0581a1030b5886

avoid double inclusion

committed 9 years ago
Unverified
a298276eaa718f0397746d0073239ae7bd77ab80

Initial commit

committed 9 years ago

README

The README file for this repository.

Smart Error

🔧 Smart Error (written in Golang)

Install

Using go

  • go get github.com/QuentinPerez/serror

Usage

package main

import (
	"fmt"

	"github.com/QuentinPerez/serror"
)

func main() {
	fmt.Println(serror.Errorf("Smart Error"))
}

Output

main.go:10 main() Smart Error

Changelog

master (unreleased)

  • Add Errorf

Development

Feel free to contribute 😃🍻

License

MIT