commit | 60f27f0d6bd3f2dad0e63e0f630777507884b64e | [log] [tgz] |
---|---|---|
author | Ian Lance Taylor <iant@golang.org> | Mon Feb 01 16:35:23 2010 -0800 |
committer | Ian Lance Taylor <iant@golang.org> | Mon Feb 01 16:35:23 2010 -0800 |
tree | 8b5e68c569cb52cebb68079f9548ad4936ff5944 | |
parent | 8d6054ae81ea27f650bcbb51ac44c0d80aed981e [diff] |
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