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
10 lines
154 B
Go
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"
|
|
)
|