1
0
mirror of https://github.com/v2fly/v2ray-core.git synced 2024-09-11 22:44:22 -04:00
v2fly/common/net/net.go

5 lines
120 B
Go
Raw Normal View History

2016-08-26 18:04:35 -04:00
//go:generate protoc --go_out=. address.proto port.proto
2016-02-06 05:01:21 -05:00
// Package net contains common network utilities.
2016-08-19 11:05:15 -04:00
package net