You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
JavaScript functions passed to Go appear to be nil values. I'm not sure what the ideal way would be to wrap the functions, but perhaps you'd have something like a V8Function object, with a Call(...args interface{}) method. Then Go could receive pointers to JavaScript functions and call back into them.