mirror of
https://github.com/p4gefau1t/trojan-go.git
synced 2024-04-21 12:21:34 +00:00
* Chore: check Go modules before test & update dependencies * Chore: run go fmt to format code
9 lines
137 B
Go
9 lines
137 B
Go
//go:build server || full || mini
|
|
// +build server full mini
|
|
|
|
package build
|
|
|
|
import (
|
|
_ "github.com/p4gefau1t/trojan-go/proxy/server"
|
|
)
|