mirror of
https://github.com/bolucat/Archive.git
synced 2025-10-28 02:22:12 +08:00
10 lines
165 B
Go
10 lines
165 B
Go
//go:build api || full
|
|
// +build api full
|
|
|
|
package build
|
|
|
|
import (
|
|
_ "github.com/p4gefau1t/trojan-go/api/control"
|
|
_ "github.com/p4gefau1t/trojan-go/api/service"
|
|
)
|