]> Cypherpunks repositories - gostls13.git/commit
cmd/compile: switch cannedimports to use a Biobuf
authorMatthew Dempsky <mdempsky@google.com>
Sat, 20 Feb 2016 02:36:02 +0000 (18:36 -0800)
committerMatthew Dempsky <mdempsky@google.com>
Sat, 20 Feb 2016 04:37:50 +0000 (04:37 +0000)
commit699a2ba137fec09371da431907431ec2020a58af
treed561e22b79c848fbea0a6180c269eba6112d48e7
parent7d3a40978aaa69c3cf08068a83252927b4514e9d
cmd/compile: switch cannedimports to use a Biobuf

Allows eliminating the separate lexer code paths for reading from cp
in the next CL.

Change-Id: I49098ecef32b735c4a01374443c2f847235ff964
Reviewed-on: https://go-review.googlesource.com/19750
Reviewed-by: Robert Griesemer <gri@golang.org>
src/cmd/compile/internal/gc/lex.go