mirror of
https://github.com/gopherdata/gophernotes.git
synced 2025-04-22 18:46:04 +00:00
8 lines
153 B
Go
8 lines
153 B
Go
![]() |
// +build !go1.11
|
||
|
|
||
|
// cause a compile error if Go compiler version < 1.11
|
||
|
|
||
|
package main
|
||
|
|
||
|
var _ int = "error: Go >= 1.11 required to compile Gophernotes"
|