pub fn is_go_reserved_word(input: &str) -> bool
Returns whether input is a Go keyword or common predeclared identifier.
input