golang-github-alangpierce-go-forceexport-dev 0.0~git20160317.8f1d694-2 (ppc64el binary) in ubuntu groovy

 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.

Package relationships