Re: [go-nuts] Memory use of a value

2017-04-13 Thread sdickey
https://play.golang.org/p/swRxxCbb65 Surely s1 uses more than 8 bytes. On Thursday, April 13, 2017 at 11:28:39 AM UTC-5, Jan Mercl wrote: > > On Thu, Apr 13, 2017 at 6:24 PM AWildTyphlosion < > sdi...@watchtower-security.com > wrote: > > > I'm trying to figure out how much memory a value. Anyone

[go-nuts] Channels and Mutexs

2016-12-13 Thread sdickey
So, I was talking with a friend about channels and mutexs, and the use of mutexs instead of channels. While I'm not sure why you'd want to, I was given this example and not an answer. In the example, he declares two channels. Input and Output. Then, he has

[go-nuts] Re: panic: plugin.Open: plugin was built with a different version of package runtime

2016-12-06 Thread sdickey
Experiencing the same sort of issues. On Saturday, November 19, 2016 at 3:31:54 PM UTC-6, con...@theninjabunny.com wrote: > > I'm not sure what I'm doing wrong or if I understood at all the plugin > package of 1.8 > > > I have a plugin like the example exampleplugin/main.go (build with "go > b