]> Cypherpunks repositories - gostls13.git/commit
cmd/internal/xcoff: don't use io.SeekCurrent for go1.4 compatibility
authorTobias Klauser <tklauser@distanz.ch>
Fri, 19 Oct 2018 16:09:42 +0000 (18:09 +0200)
committerIan Lance Taylor <iant@golang.org>
Sun, 21 Oct 2018 16:32:01 +0000 (16:32 +0000)
commitf5df0a95751e92efcc5adb301603781035eac5b3
tree2a978f3e698faeff64d6f3daaa1026a2f5774cda
parent035f9e8102d3b46877b7462fcd365324272d1d0e
cmd/internal/xcoff: don't use io.SeekCurrent for go1.4 compatibility

This fixes the build with go1.4 during bootstrap.

Change-Id: I35fa1dc3d877d31d5ffe515f5f19188f4a8b77f4
Reviewed-on: https://go-review.googlesource.com/c/143377
Run-TryBot: Tobias Klauser <tobias.klauser@gmail.com>
TryBot-Result: Gobot Gobot <gobot@golang.org>
Reviewed-by: Ian Lance Taylor <iant@golang.org>
src/cmd/internal/xcoff/file.go