]> Sergey Matveev's repositories - godlighty.git/commitdiff
+build lines are not required anymore master
authorSergey Matveev <stargrave@stargrave.org>
Wed, 8 Oct 2025 10:01:42 +0000 (13:01 +0300)
committerSergey Matveev <stargrave@stargrave.org>
Wed, 8 Oct 2025 10:01:54 +0000 (13:01 +0300)
cmd/godlighty/info.go
cmd/godlighty/info_linux.go
tls_gost.go
tls_nogost.go

index fc3e8c14d2d35f39e4f0c0f596d2b5fb2785103d..76b9aa5523c6efed49f48e12ca94672dceca06d1 100644 (file)
@@ -1,5 +1,4 @@
 //go:build !linux
 //go:build !linux
-// +build !linux
 
 package main
 
 
 package main
 
index 386d6b39f27bd9119d319dbc13f558d4eb419d05..68c0e9ea4da5cb09a43cfb06ee0a82421a560049 100644 (file)
@@ -1,5 +1,4 @@
 //go:build linux
 //go:build linux
-// +build linux
 
 package main
 
 
 package main
 
index 0acb77868fff9e87569afda1a63f7af3380f8a5e..b1f222243948535e41eadfd328bcecc7e1e6ed9b 100644 (file)
@@ -1,5 +1,4 @@
 //go:build !nogostls13
 //go:build !nogostls13
-// +build !nogostls13
 
 package godlighty
 
 
 package godlighty
 
index 571d9804cc8506192d90892717f782d63ffafbc3..d753ba088a477601e2877fe43483bbaa84a6e497 100644 (file)
@@ -1,5 +1,4 @@
 //go:build nogostls13
 //go:build nogostls13
-// +build nogostls13
 
 package godlighty
 
 
 package godlighty