mirror of
https://github.com/rancher/os.git
synced 2025-06-29 08:16:49 +00:00
6 lines
56 B
Go
6 lines
56 B
Go
|
// +build !go1.5
|
||
|
|
||
|
package network
|
||
|
|
||
|
const isGo15 = false
|