strings. EqualFold() can check if two strings are equal, while ignoring case. It even works with Unicode. See http://golang.org/pkg/strings/#EqualFold for more info.
Read moreHow do you make a case insensitive in Golang?
strings. EqualFold() can check if two strings are equal, while ignoring case. It even works with Unicode. See http://golang.org/pkg/strings/#EqualFold for more info.
Read moreIs Go case sensitive?
The Go Language is case sensitive .
Read moreIs Go case sensitive?
The Go Language is case sensitive .
Read more