Skip to content

pi9min/errtag

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

errtag

errtag generates error tags that take hierarchical structure into account.

Install

$ go get -u github.com/pi9min/errtag

How to use

Call errtag.ErrorTag()

e.g.

// github.com/foo/bar/cmd/main.go
package main

import (
	"fmt"
	"github.com/pi9min/errtag"
)

func main() {
	fmt.Println(errtag.ErrorTag())
}

The execution result is as follows.

$ go run ./cmd/main.go
main.main

License

See LICENSE

About

Generates error tags that take hierarchical structure into account.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages