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