#comma-okay-syntax-in-go
Read more stories on Hashnode
Articles with this tag
Introduction Have you ever come across a statement like this? func main() { i := "hello world" n, ok := i.(int) if ok { ...