github.com/ipfans/trojan-go@v0.11.0/component/custom.go (about) 1 //go:build custom || full 2 // +build custom full 3 4 package build 5 6 import ( 7 _ "github.com/ipfans/trojan-go/proxy/custom" 8 _ "github.com/ipfans/trojan-go/tunnel/adapter" 9 _ "github.com/ipfans/trojan-go/tunnel/dokodemo" 10 _ "github.com/ipfans/trojan-go/tunnel/freedom" 11 _ "github.com/ipfans/trojan-go/tunnel/http" 12 _ "github.com/ipfans/trojan-go/tunnel/mux" 13 _ "github.com/ipfans/trojan-go/tunnel/router" 14 _ "github.com/ipfans/trojan-go/tunnel/shadowsocks" 15 _ "github.com/ipfans/trojan-go/tunnel/simplesocks" 16 _ "github.com/ipfans/trojan-go/tunnel/socks" 17 _ "github.com/ipfans/trojan-go/tunnel/tls" 18 _ "github.com/ipfans/trojan-go/tunnel/tproxy" 19 _ "github.com/ipfans/trojan-go/tunnel/transport" 20 _ "github.com/ipfans/trojan-go/tunnel/trojan" 21 _ "github.com/ipfans/trojan-go/tunnel/websocket" 22 )