mitchellh / panicwrap

panicwrap is a Go library for catching and handling panics in Go applications.
https://gist.github.com/mitchellh/90029601268e59a29e64e55bab1c5bdc
MIT License
444 stars 66 forks source link

Enable go modules #23

Closed radeksimko closed 5 years ago

radeksimko commented 5 years ago

PR is a result of the following:

go mod init
go get ./...
go mod tidy

in a clean Go 1.11.5 environment.