go: Add isGo15 and isGo16 tests.

This commit is contained in:
Mathieu Boespflug 2016-03-16 19:27:23 +01:00
parent d0a1a8bf47
commit b198028215

View File

@ -5,6 +5,8 @@
let
isGo14 = go.meta.branch == "1.4";
isGo15 = go.meta.branch == "1.5";
isGo16 = go.meta.branch == "1.6";
self = _self // overrides; _self = with self; {