软件包: golang-github-alangpierce-go-forceexport-dev (0.0~git20160317.8f1d694-2)
golang-github-alangpierce-go-forceexport-dev 的相关链接
Trisquel 的资源:
下载源码包 golang-github-alangpierce-go-forceexport:
- [golang-github-alangpierce-go-forceexport_0.0~git20160317.8f1d694-2.dsc]
- [golang-github-alangpierce-go-forceexport_0.0~git20160317.8f1d694.orig.tar.xz]
- [golang-github-alangpierce-go-forceexport_0.0~git20160317.8f1d694-2.debian.tar.xz]
维护者:
Original Maintainers:
- Debian Go Packaging Team
- Alexandre Viau
外部的资源:
- 主页 [github.com]
相似软件包:
access unexported functions from other packages
go-forceexport go-forceexport is a golang package that allows access to any module-level function, even ones that are not exported. You give it the string name of a function , like "time.now", and gives you a function value that calls that function. More generally, it can be used to achieve something like reflection on top-level functions, whereas the reflect package only lets you access methods by name.