1 //go:build !(go1.15 || go1.14) 2 // 3 // ≡ go1.15 && go1.14 == true 4 package platforms 5
View as plain text