Build the tls config generator only with Go versions compatible with Go 1.12

Signed-off-by: Cosmin Cojocar <cosmin.cojocar@gmx.ch>
This commit is contained in:
Cosmin Cojocar 2019-09-09 15:42:26 +02:00 committed by Grant Murphy
parent 81b6dc8872
commit 43e3664713

View file

@ -1,3 +1,5 @@
// +build go1.12
package main
import (