1
0
mirror of https://github.com/v2fly/v2ray-core.git synced 2024-07-02 12:05:23 +00:00
v2fly/common/net/net.go

5 lines
171 B
Go
Raw Normal View History

2017-11-06 21:42:16 +00:00
// Package net is a drop-in replacement to Golang's net package, with some more functionalities.
2018-04-03 20:34:59 +00:00
package net // import "v2ray.com/core/common/net"
2017-04-08 23:43:25 +00:00
2018-09-30 21:08:41 +00:00
//go:generate errorgen