1
0
mirror of https://github.com/v2fly/v2ray-core.git synced 2026-01-01 06:55:25 -05:00
This commit is contained in:
Darien Raymond
2017-11-06 22:42:16 +01:00
parent 57648c145c
commit 4761139fbc
3 changed files with 5 additions and 1 deletions

View File

@@ -1,4 +1,4 @@
// Package net contains common network utilities.
// Package net is a drop-in replacement to Golang's net package, with some more functionalities.
package net
//go:generate go run $GOPATH/src/v2ray.com/core/tools/generrorgen/main.go -pkg net -path Net