1
0
mirror of https://github.com/v2fly/v2ray-core.git synced 2026-03-14 18:35:41 -04:00
This commit is contained in:
Wuxiang
2018-03-26 09:47:45 +08:00
committed by GitHub
parent 1dadd54502
commit 5791064763

View File

@@ -70,7 +70,7 @@ var (
ErrNoClue = errors.New("not enough information for making a decision")
)
// Router is a feature to choose a outbound tag for the given request.
// Router is a feature to choose an outbound tag for the given request.
type Router interface {
Feature