1
0
mirror of https://github.com/v2fly/v2ray-core.git synced 2026-01-03 15:55:20 -05:00

fix lint warnings

This commit is contained in:
Darien Raymond
2016-12-21 15:37:16 +01:00
parent 99c897992d
commit ceaf5d1178
31 changed files with 96 additions and 85 deletions

View File

@@ -39,7 +39,7 @@ func (v Network) SystemString() string {
}
}
func (v Network) UrlPrefix() string {
func (v Network) URLPrefix() string {
switch v {
case Network_TCP, Network_RawTCP:
return "tcp"