Spec URL: https://ignatenkobrain.fedorapeople.org/for-review/golang-github-technoweenie-assert.spec SRPM URL: https://ignatenkobrain.fedorapeople.org/for-review/golang-github-technoweenie-assert-0-0.1.gitb25ea30.fc25.src.rpm Description: Asserts to Go testing. Fedora Account System Username: ignatenkobrain
Does not make much sense to package this. It is a fork https://github.com/bmizerany/assert. https://github.com/technoweenie/assert does not provide any new functionality. I would recommend to change all imports prefixed with github.com/technoweenie/assert to be prefixed with github.com/bmizerany/assert.
The bmizerany repo has a note that it's unmaintained and the Go testing package should be used instead. I don't know what that means for the technoweenie fork. It appears to me that git-lfs is using https://github.com/stretchr/testify now, so this package might not be needed.
There appears to be no need for this now?