]> Sergey Matveev's repositories - godlighty.git/commitdiff
+build comments are still necessary
authorSergey Matveev <stargrave@stargrave.org>
Thu, 7 Oct 2021 10:28:32 +0000 (13:28 +0300)
committerSergey Matveev <stargrave@stargrave.org>
Thu, 7 Oct 2021 10:28:32 +0000 (13:28 +0300)
tls_gost.go
tls_nogost.go

index 1ad67b42cb6ecd3cc6f25b82ae654f6267ef64c9..6500443621ac919401b0bbe75fe11ff55cdaf445 100644 (file)
@@ -1,4 +1,5 @@
 //go:build !nogostls13
+// +build !nogostls13
 
 package godlighty
 
index d753ba088a477601e2877fe43483bbaa84a6e497..571d9804cc8506192d90892717f782d63ffafbc3 100644 (file)
@@ -1,4 +1,5 @@
 //go:build nogostls13
+// +build nogostls13
 
 package godlighty