Files
trojan-go/build/server.go
T

8 lines
98 B
Go

// +build server full
package build
import (
_ "github.com/p4gefau1t/trojan-go/proxy/server"
)