Toy syntax to address fork-join patterns:
go somefunc() (foo int64 /* must match return of somefunc()) {
// this block executed when the goroutine for somefunc() terminates;
return values of somefunc are values of signature
// as a defer-equivalent so that the defer() for panic recovery
is it possible your windows host is behind either an explicit proxy or a
transparent proxy (like bluecoat)?
for the explicit case,
reg query
"HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Internet
Settings"
look for "proxyserver" or "AutoConfigURL"
--
You received this
for some of our sensitive structures that are tricky and have multiple
fields of the same type, there is a trick you can use:
type bar struct {
A int
_ bool
}
see https://play.golang.org/p/rFKGoKq-S9
--
You received this message because you are subscribed to the Google Groups
"golang-n