func gopkg.in/yaml.v2.read

12 uses

	gopkg.in/yaml.v2 (current package)
		scannerc.go#L515: func read(parser *yaml_parser_t, s []byte) []byte {
		scannerc.go#L1617: 		s = read(parser, s)
		scannerc.go#L1793: 		s = read(parser, s)
		scannerc.go#L1937: 	s = read(parser, s)
		scannerc.go#L1944: 		s = read(parser, s)
		scannerc.go#L1952: 		s = read(parser, s)
		scannerc.go#L2008: 			s = read(parser, s)
		scannerc.go#L2217: 			s = read(parser, s)
		scannerc.go#L2480: 				s = read(parser, s)
		scannerc.go#L2507: 					whitespaces = read(parser, whitespaces)
		scannerc.go#L2638: 			s = read(parser, s)
		scannerc.go#L2668: 					whitespaces = read(parser, whitespaces)