mirror of
https://github.com/bolucat/Archive.git
synced 2025-10-28 10:32:58 +08:00
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"
|
|
)
|