[ nabia ]
[ aramo ]
软件包: golang-github-mitchellh-go-testing-interface-dev (1.14.1-1)
golang-github-mitchellh-go-testing-interface-dev 的相关链接
Trisquel 的资源:
下载源码包 golang-github-mitchellh-go-testing-interface:
- [golang-github-mitchellh-go-testing-interface_1.14.1-1.dsc]
- [golang-github-mitchellh-go-testing-interface_1.14.1.orig.tar.xz]
- [golang-github-mitchellh-go-testing-interface_1.14.1-1.debian.tar.xz]
维护者:
Original Maintainers:
- Debian Go Packaging Team (Mail Archive)
- Dmitry Smirnov
外部的资源:
- 主页 [github.com]
相似软件包:
library to expose *testing.T as an interface
Go library that exports an interface that *testing.T implements as well as a runtime version you can use in its place.
The purpose of this library is so export test helpers as a public API without depending on the "testing" package, since one can't create a *testing.T struct manually.