commit | 6b27048ae5e6ad1ef927e72e437531493de612fe | [log] [tgz] |
---|---|---|
author | Mikio Hara <mikioh.mikioh@gmail.com> | Fri Feb 17 17:49:01 2017 +0900 |
committer | Mikio Hara <mikioh.mikioh@gmail.com> | Sat Feb 18 08:01:59 2017 +0000 |
tree | d35a183d6101769136519fbef2f57e7e5933bc92 | |
parent | adc6ba92b9d9657703f16e2c80ba2bdc819da19f [diff] |
route: drop support for go1.5 This change drops a workaround for golang.org/issues/13372. The compiler in Go 1.6 or above handles the "conversion of a unsafe.Pointer to uintptr when calling syscall.Syscall" case correctly. Also fixes a typo. Change-Id: I0433f3b8f75b34437aad91c6e8cf103e884d2a83 Reviewed-on: https://go-review.googlesource.com/37171 Reviewed-by: Ian Lance Taylor <iant@golang.org>