1
0
mirror of https://github.com/v2fly/v2ray-core.git synced 2024-06-28 02:05:23 +00:00

remove unnecessary files

This commit is contained in:
Darien Raymond 2017-08-26 09:06:45 +02:00
parent e6ebbc245c
commit a6403ea823
2 changed files with 0 additions and 10 deletions

View File

@ -1,7 +0,0 @@
package internal
import "v2ray.com/core/common/errors"
func newError(values ...interface{}) *errors.Error {
return errors.New(values...).Path("Transport", "Internet", "Internal")
}

View File

@ -1,3 +0,0 @@
package internal
//go:generate go run $GOPATH/src/v2ray.com/core/tools/generrorgen/main.go -pkg internal -path Transport,Internet,Internal