File: errors.go

package info (click to toggle)
golang-github-mightyguava-jl 0.1.0%2Bgit20220705%2B8771236337c6-1
  • links: PTS, VCS
  • area: main
  • in suites: sid, trixie
  • size: 1,112 kB
  • sloc: makefile: 5
file content (7 lines) | stat: -rw-r--r-- 117 bytes parent folder | download
1
2
3
4
5
6
7
package jl

// LogrusError encapsulates a logrus style error
type LogrusError struct {
	Error string
	Stack string
}