go-stack / stack

Package stack implements utilities to capture, manipulate, and format call stacks.
MIT License
395 stars 33 forks source link

Drop recommendation of gopkg.in. #3

Closed ChrisHines closed 8 years ago

ChrisHines commented 8 years ago

See https://github.com/go-kit/kit/issues/197 for background.

Some consumers of this package are reluctant to use gopkg.in or other third-party import proxies. With the trend toward vendoring in the Go community perhaps all that is needed is good release tags in the repo and let main applications vendor the release they want.

ChrisHines commented 8 years ago

This package no longer recommends use of gopkg.in as of v1.5.0.