6 lines
54 B
Go
6 lines
54 B
Go
|
// +build go1.5
|
||
|
|
||
|
package network
|
||
|
|
||
|
const isGo15 = true
|