Releases: pengshaomin/gorm
Releases · pengshaomin/gorm
Release list
2.0: rewrite if-else chain as switch statement (#2121)
From effective Go: https://golang.org/doc/effective_go.html#switch > It's therefore possible—and idiomatic—to write an if-else-if-else chain as a switch.