Drop quic free build

Since go1.21, Go standard library have added support for QUIC protocol.
The binary size gains between quic and quic-free version is now minimal.
Removing the quic free build, simplify the code and build process.
This commit is contained in:
Cuong Manh Le
2024-01-24 15:35:14 +07:00
committed by Cuong Manh Le
parent 3d834f00f6
commit edca1f4f89
6 changed files with 16 additions and 51 deletions
-2
View File
@@ -1,5 +1,3 @@
//go:build !qf
package ctrld
import (