grpc-go/naming
Alexander Zolotov ec61302c8e naming: Fix build constraints for go1.6 and go1.7 (#1718)
"go1.6, !go1.8" constraints are interpreted as (version >= 1.6 AND ) OR version < 1.8, where (version >= 1.6 AND ) is always false,
so it matches all go versions before 1.8, not only 1.6 and 1.7.

Removed a space, so the constraints are now matches only go1.6 and go1.7 versions
2017-12-07 12:43:58 -08:00
..
dns_resolver.go deduplicate dns record in lookup (#1454) 2017-08-23 13:45:01 -07:00
dns_resolver_test.go deduplicate dns record in lookup (#1454) 2017-08-23 13:45:01 -07:00
go17.go naming: Fix build constraints for go1.6 and go1.7 (#1718) 2017-12-07 12:43:58 -08:00
go17_test.go Re-add support for Go1.6 (#1603) 2017-10-20 12:05:20 -07:00
go18.go Fix missing and wrong license (#1422) 2017-08-04 13:46:18 -07:00
go18_test.go Fix missing and wrong license (#1422) 2017-08-04 13:46:18 -07:00
naming.go autofix license notice 2017-06-08 14:42:19 +02:00