[ 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