Comment by antonvs
7 hours ago
The article missed Go’s anonymous structs:
p := struct {
Name string
Age int
}{
Name: "Alice",
Age: 30,
}
7 hours ago
The article missed Go’s anonymous structs:
p := struct {
Name string
Age int
}{
Name: "Alice",
Age: 30,
}
No comments yet
Contribute on Hacker News ↗