パッケージ: 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 (メールアーカイブ)
- 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.