stretchr / gorc

Recursive go testing, done better.
141 stars 2 forks source link

Unable to update #29

Closed matryer closed 10 years ago

matryer commented 10 years ago

When doing:

go get -u github.com/stretchr/gorc

I get this error:

gorc/gorc.go:284: cannot use func literal (type func(map[string]interface {})) as type commander.Handler in function argument
nelsam commented 10 years ago

This is from Friday, when @tylerb was pushing his rewrite to gorc (which included some changes to commander) so that I could work on them.

@tylerb : You could probably just move commit 03f7a1ccc3fa3d32f4c67f4731778850ff5ab8c9 into a rewrite branch and I can work with it from there.