mirror of
https://github.com/golang/go
synced 2024-11-18 22:34:45 -07:00
8 lines
69 B
Go
8 lines
69 B
Go
|
//+build !go1.11
|
||
|
|
||
|
package lsp
|
||
|
|
||
|
func init() {
|
||
|
goVersion111 = false
|
||
|
}
|