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
128 B
Go
9 lines
128 B
Go
//go:build nat || full || mini
|
|
// +build nat full mini
|
|
|
|
package build
|
|
|
|
import (
|
|
_ "github.com/p4gefau1t/trojan-go/proxy/nat"
|
|
)
|