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

protobuf for net

This commit is contained in:
Darien Raymond
2016-08-27 00:04:35 +02:00
parent 64e38ba851
commit cdb4c56546
20 changed files with 323 additions and 77 deletions

View File

@@ -1,2 +1,4 @@
//go:generate protoc --go_out=. address.proto port.proto
// Package net contains common network utilities.
package net