mirror of
https://github.com/golang/go
synced 2024-11-19 04:14:45 -07:00
8 lines
63 B
Go
8 lines
63 B
Go
|
// +build go1.15
|
||
|
|
||
|
package tests
|
||
|
|
||
|
func init() {
|
||
|
go115 = true
|
||
|
}
|