套件:golang-github-abdullin-seq-dev(0.0~git20160510.d5467c1-3)
golang-github-abdullin-seq-dev 的相關連結
Debian 的資源:
下載原始碼套件 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]
維護小組:
外部的資源:
- 主頁 [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.