mirror of
https://github.com/golang/go
synced 2024-11-18 19:04:40 -07:00
fc4f04983f
Change-Id: I2a73e51b60f76a2af0f8ff4d34220b551e0cd378 Reviewed-on: https://go-review.googlesource.com/c/150041 Run-TryBot: Rebecca Stambler <rstambler@golang.org> TryBot-Result: Gobot Gobot <gobot@golang.org> Reviewed-by: Ian Cottrell <iancottrell@google.com>
8 lines
69 B
Go
8 lines
69 B
Go
//+build !go1.11
|
|
|
|
package lsp
|
|
|
|
func init() {
|
|
goVersion111 = false
|
|
}
|