Closed utahta closed 7 years ago
We've really got to do something about that agent package. Having to add explicit support for every platform is significantly gross.
Until we've got a better approach for the agent package, I'm happy to merge this if @headzoo is.
@lxt2 Looks good to me.
Hi.
I want to use this great library with appengine.
But appengine does not allow import
syscall
package, so always build fails like belowI fixed a this problem using build tag. (it might be workaround, but I think works well) refs #49