mirror of
https://github.com/Control-D-Inc/ctrld.git
synced 2026-07-16 13:17:19 +02:00
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:
committed by
Cuong Manh Le
parent
3d834f00f6
commit
edca1f4f89
@@ -1,5 +1,3 @@
|
||||
//go:build !qf
|
||||
|
||||
package ctrld
|
||||
|
||||
import (
|
||||
|
||||
Reference in New Issue
Block a user