[go-nuts] Equivalent of os.Args but on custom input

2020-04-20 Thread Michał Łowicki
n't exported nor accepts input. Any idea what can I use instead? As a fallback, I can always implement something like https://stackoverflow.com/a/46973603, but maybe there is a smarter way to do it. -- BR, Michał Łowicki -- You received this message because you are subscribed to th

Re: [go-nuts] Address of function

2020-04-14 Thread Michał Łowicki
il to golang-nuts+unsubscr...@googlegroups.com. > To view this discussion on the web visit > https://groups.google.com/d/msgid/golang-nuts/391875fe-946a-4456-bd67-ddecd581a917%40googlegroups.com > . > -- BR, Michał Łowicki -- You received this message because you are subscribed to

Re: [go-nuts] Json Decode Failed

2020-04-14 Thread Michał Łowicki
s/e724c659-e523-4ff5-b0df-ce0b4fd42773%40googlegroups.com?utm_medium=email&utm_source=footer> > . > -- BR, Michał Łowicki -- You received this message because you are subscribed to the Google Groups "golang-nuts" group. To unsubscribe from this group and stop receiving em

[go-nuts] HTTPS proxies

2017-10-27 Thread Michał Łowicki
Hi, It looks that currently only either http or socks5 are supported (https://golang.org/pkg/net/http/): // The proxy type is determined by the URL scheme. "http"// and "socks5" are supported. If the scheme is empty,// "http" is assumed. I've tried to use proxy which uses TLS (go1.9) but I'm

[go-nuts] Interfaces in Go (part II) - type assertion & type switch

2017-02-21 Thread Michał Łowicki
https://medium.com/golangspec/interfaces-in-go-part-ii-d5057ffdb0a6 -- You received this message because you are subscribed to the Google Groups "golang-nuts" group. To unsubscribe from this group and stop receiving emails from it, send an email to golang-nuts+unsubscr...@googlegroups.com. For