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