const go/token.GOTO

4 uses

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

	go/parser
		parser.go#L499: 	token.GOTO:        true,
		parser.go#L2242: 	case token.BREAK, token.CONTINUE, token.GOTO, token.FALLTHROUGH: