hey all, what are most common interview arguments? I'll make an interview in few days and I'd like to be prepared
Hi, I'm trying to go out of this self-imposed problem: I have a nested structure coming from echo context, with this format: type ( User struct { Username string jso...
hi guys, I was looking at a repo for a driver and I've found this: static struct pci_device_id xmm7360_ids[] = { { PCI_DEVICE(0x8086, 0x7360), ...
Hi, I'm trying to implement a Messaging Pattern using amqp, I have a custom type as follows: type EventChannel struct { Conn map[amqp.Channel]amqp.Queue EventPr...
Hi guys, why this simple program goes in deadlock? func main() { messages := make(chan string) messages <- "msg1" messages <- "msg2" fmt.Println(<-messages) fmt.Pr...
Hi guys, how can I send a json over tcp socket? I have my server which has a *json.Decoder variable and I need to send the content of this variable over net.Conn. I tried to c...
one thing, someone on reddit suggested me to return errors instead of log.Fatal in functions, the same should be in the main function? When using log.Fatal instead?
hi, is it better (for performance) saving a json inside a structure defined or insert it into a generic map[string]interface?
Hi! Do you know if exists a Go community in Barcelona?
how many probabilities are there that I can find someone working at acronis here as c++ developer?
I imagine, but this is not intended for efficient operations, right?
Hi, are there good ways to get out from an anonymous function?
how could I export my field?
you mean to use an env var?