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.
Installed Size: 20.5 kB
Architectures: all