I filed an issue for package doc slowness about 9 days
ago: https://github.com/golang/go/issues/27057
On Saturday, August 25, 2018 at 10:26:54 PM UTC-7, Steve Roth wrote:
>
> Hmm, I wouldn't say "nothing" has changed. The golang.org site has
> gotten noticeably slower, particularly the package
I was aware that your parameters would not fit the Ioctl functions. As
Ian pointed out, you would need to use *golang.org/x/sys/unix/Syscall() *and
friends.
On Sunday, August 26, 2018 at 10:00:11 AM UTC-4, sbez...@cisco.com wrote:
>
> Hi Jake,
>
>
>
> Ioctl implementation in unix package
On Sun, Aug 26, 2018 at 6:59 AM, 'Serguei Bezverkhi (sbezverk)' via
golang-nuts wrote:
>
> Ioctl implementation in unix package seems a bit limited, how do you pass
> for example a required struct if “func IoctlSetInt(fd int, req uint, value
> int)” allows only to accept int?? If this package had
Hi :
as the topic, did anyone met this problem before? I set http client
timeout for 2 second, generally It works fine. But sometimes It blocked for
more than 4 minutes ,even 14minutes. The goroutines keeps inc as many
requests come in. After that block time all request return this error. I
Silviu,
Thank You.
It was my birthday yesterday and I spent all day trying to follow the
source code trail and you provided a great birthday present.
It worked as you advised and I am sure I will have many more occasions to
use this.
One side effect of my day going through the library source code w
Hi Jake,
Ioctl implementation in unix package seems a bit limited, how do you pass for
example a required struct if “func IoctlSetInt(fd int, req uint, value int)”
allows only to accept int?? If this package had a func accepting uintptr as a
parameter, then I guess that could work.
Thank you
S
On Fri, 24 Aug 2018, 18:30 Paul Jolly, wrote:
> Take a look at https://github.com/rsc/goversion
>
> The -m flag should give you details of the modules used to build your
> program.
>
Thanks, that's exactly what I was looking for.
Tim.
*/
--
You received this message because you are subscribed
Hi John
If you look at the source code, you will notice that the User struct they
have makes use of a custom MarshallJSON method, which accepts
ForceSendFields (as defined inside the User type)
So what you might need to do, is add that "Suspended" into that slice and
it will marshall it to JSO