github.com/ipfans/trojan-go@v0.11.0/component/server.go (about) 1 //go:build server || full || mini 2 // +build server full mini 3 4 package build 5 6 import ( 7 _ "github.com/ipfans/trojan-go/proxy/server" 8 )