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