const go/token.GOTO

6 uses

	go/token (current package)
		token.go#L112: 	GOTO
		token.go#L218: 	GOTO:   "goto",

	go/parser
		parser.go#L376: 	token.GOTO:        true,
		parser.go#L2454: 	case token.BREAK, token.CONTINUE, token.GOTO, token.FALLTHROUGH:

	go/types
		labels.go#L214: 			case token.GOTO:
		return.go#L40: 		if s.Tok == token.GOTO || s.Tok == token.FALLTHROUGH {