go/gcimporter15: fix build for go1.4
Change-Id: I0b2650bbb2bf35d7895e1a808cfb45f7f0194ea9 Reviewed-on: https://go-review.googlesource.com/18822 Reviewed-by: Robert Griesemer <gri@golang.org>
This commit is contained in:
parent
d2e00652ba
commit
f3a63969dd
|
@ -2,7 +2,7 @@
|
||||||
// Use of this source code is governed by a BSD-style
|
// Use of this source code is governed by a BSD-style
|
||||||
// license that can be found in the LICENSE file.
|
// license that can be found in the LICENSE file.
|
||||||
|
|
||||||
// +build !go1.6
|
// +build go1.5,!go1.6
|
||||||
|
|
||||||
package gcimporter
|
package gcimporter
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue