Files
Archive/trojan-go/component/other.go
2024-03-05 02:32:38 -08:00

10 lines
154 B
Go

//go:build other || full
// +build other full
package build
import (
_ "github.com/p4gefau1t/trojan-go/easy"
_ "github.com/p4gefau1t/trojan-go/url"
)