]> Cypherpunks.ru repositories - gostls13.git/commit
Match gccgo error messages.
authorIan Lance Taylor <iant@golang.org>
Tue, 2 Feb 2010 00:35:23 +0000 (16:35 -0800)
committerIan Lance Taylor <iant@golang.org>
Tue, 2 Feb 2010 00:35:23 +0000 (16:35 -0800)
commit60f27f0d6bd3f2dad0e63e0f630777507884b64e
tree8b5e68c569cb52cebb68079f9548ad4936ff5944
parent8d6054ae81ea27f650bcbb51ac44c0d80aed981e
Match gccgo error messages.

import1.go:12:8: error: redefinition of ‘bufio’
import1.go:11:8: note: previous definition of ‘bufio’ was here
import1.go:16:2: error: redefinition of ‘fmt’
import1.go:15:2: note: previous definition of ‘fmt’ was here
import1.go:11:8: error: imported and not used: bufio

R=rsc
CC=golang-dev
https://golang.org/cl/194165
test/import1.go