Go • ifacenames ... based on https://go.dev/doc/effective_go#interface-names • Go Style in Google Style Guides • Guide • mixedcaps ... based on https://google.github.io/styleguide/go/guide#mixed-caps • Decisions • funcfmt ... based on https://google.github.io/styleguide/go/decisions#function-formatting • getters ... based on https://google.github.io/styleguide/go/decisions#getters • nilslices ... based on https://google.github.io/styleguide/go/decisions#nil-slices • pkgnames ... based on https://google.github.io/styleguide/go/decisions#package-names • recvnames ... based on https://google.github.io/styleguide/go/decisions#receiver-names • recvtype ... based on https://google.github.io/styleguide/go/decisions#receiver-type • repetition ... based on https://google.github.io/styleguide/go/decisions#repetition • typealiases ... based on https://google.github.io/styleguide/go/decisions#type-aliases • underscores ... based on https://google.github.io/styleguide/go/decisions#underscores • useany ... based on https://google.github.io/styleguide/go/decisions#use-any • useq ... based on https://google.github.io/styleguide/go/decisions#use-q • varnames ... based on https://google.github.io/styleguide/go/decisions#variable-names • Go Code Review Comments in Go wiki • contexts ... based on https://go.dev/wiki/CodeReviewComments#contexts • dontpanic ... based on https://go.dev/wiki/CodeReviewComments#dont-panic • errorstrings ... based on https://go.dev/wiki/CodeReviewComments#error-strings • handlerrors ... based on https://go.dev/wiki/CodeReviewComments#handle-errors