パッケージ: golang-github-abdullin-seq-dev (0.0~git20160510.d5467c1-3)
golang-github-abdullin-seq-dev に関するリンク
Trisquel の資源:
golang-github-abdullin-seq ソースパッケージをダウンロード:
- [golang-github-abdullin-seq_0.0~git20160510.d5467c1-3.dsc]
- [golang-github-abdullin-seq_0.0~git20160510.d5467c1.orig.tar.xz]
- [golang-github-abdullin-seq_0.0~git20160510.d5467c1-3.debian.tar.xz]
メンテナ:
Original Maintainers:
- Debian Go Packaging Team
- Thorsten Alteholz
外部の資源:
- ホームページ [github.com]
類似のパッケージ:
structural equality library
This package contains a structural equality library for Golang.
One can define expectations on objects (e.g. API responses or expected events) by creating an instance of seq.Map, which is provided by this package.
Maps can be nested or they could have flat paths. Values could be represented with strings, primitive types, instances of seq.Map or JSON-serializable objects.
Once the expectation exists, one could compare it with an actual object. If the actual object has some invalid or missing properties, the result will have nice error messages.