const go/token.GOTO

7 uses

	go/token (current package)
		token.go#L111: 	GOTO
		token.go#L217: 	GOTO:   "goto",

	go/parser
		parser.go#L433: 	token.GOTO:        true,
		parser.go#L2083: 	if tok == token.GOTO || ((tok == token.CONTINUE || tok == token.BREAK) && p.tok == token.IDENT) {
		parser.go#L2481: 	case token.BREAK, token.CONTINUE, token.GOTO, token.FALLTHROUGH:

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