[go-nuts] Access to initialized functions between packages

2018-09-05 Thread blueblank
I have 2 packages, one runs the main program('A' or 'core'), the other is a remote program that can send to the main program('B' or 'remote'). in A: type SendFn func(string, interface{}) error var ( sendSendFn NoSendError = xrr.Xrror("Send is not initialized!") ) func

[go-nuts] Re: [?] emulating an opengl shader in cpu bound functions

2016-06-23 Thread blueblank
On Wednesday, June 22, 2016 at 5:06:38 PM UTC-4, blue...@gmail.com wrote: > > > > > > Thanks for all the suggestions especially Egon, that put me ahead of my >