套件: golang-github-mitchellh-go-testing-interface-dev (1.0.0-1)
golang-github-mitchellh-go-testing-interface-dev 的相關超連結
Trisquel 的資源:
下載原始碼套件 golang-github-mitchellh-go-testing-interface:
- [golang-github-mitchellh-go-testing-interface_1.0.0-1.dsc]
- [golang-github-mitchellh-go-testing-interface_1.0.0.orig.tar.xz]
- [golang-github-mitchellh-go-testing-interface_1.0.0-1.debian.tar.xz]
維護者:
Original Maintainers:
- Debian Go Packaging Team (郵件存檔)
- 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.