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
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"
|
|
)
|