stretchr / objx

Go package for dealing with maps, slices, JSON and other data.
MIT License
695 stars 75 forks source link

Remove Signature dependency #1

Closed matryer closed 10 years ago

matryer commented 10 years ago

Looking at the graph http://godoc.org/github.com/stretchr/objx?import-graph

Signature has loads of dependencies - why don't we just bring in what we need to neaten this up?

tylerstillwater commented 10 years ago

Easy. It's like 2 functions.

On Sep 11, 2013, at 6:16 PM, Mat Ryer notifications@github.com wrote:

Looking at the graph http://godoc.org/github.com/stretchr/objx?import-graph

Signature has loads of dependencies - why don't we just bring in what we need to neaten this up?

— Reply to this email directly or view it on GitHub.

tylerstillwater commented 10 years ago

Fixed.