[ trixie ]
[ sid ]
[ 源代码: golang-github-lestrrat-go-option ]
软件包:golang-github-lestrrat-go-option-dev(1.0.1-2)
golang-github-lestrrat-go-option-dev 的相关链接
Debian 的资源:
下载源码包 golang-github-lestrrat-go-option:
- [golang-github-lestrrat-go-option_1.0.1-2.dsc]
- [golang-github-lestrrat-go-option_1.0.1.orig.tar.gz]
- [golang-github-lestrrat-go-option_1.0.1-2.debian.tar.xz]
维护小组:
外部的资源:
- 主页 [github.com]
相似软件包:
Implementation of the "Optional Parameters Pattern" (library)
Base object for the "Optional Parameters Pattern".
The beauty of this pattern is that you can achieve a method that can take the following simple calling style
obj.Method(mandatory1, mandatory2)
or the following, if you want to modify its behavior with optional parameters
obj.Method(mandatory1, mandatory2, optional1, optional2, optional3)
其他与 golang-github-lestrrat-go-option-dev 有关的软件包
|
|
|
|
-
- dep: golang-github-stretchr-testify-dev
- sacred extension to the standard Go testing package