You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gosuv/vendor/github.com/gopherjs/gopherjs/compiler/version_check.go

10 lines
181 B

// +build !go1.9
// +build go1.8
package compiler
const ___GOPHERJS_REQUIRES_GO_VERSION_1_8___ = true
// Version is the GopherJS compiler version string.
const Version = "1.8-2"