1
0
mirror of https://github.com/v2fly/v2ray-core.git synced 2026-04-14 17:49:15 -04:00

v5: Remove v2ctl & wv2ray (rebased from 7c1ab06206)

This commit is contained in:
Jebbs
2020-12-04 22:32:55 +08:00
committed by Shelikhoo
parent 557b0c3353
commit b05a469488
139 changed files with 100 additions and 773 deletions

View File

@@ -1,6 +1,3 @@
//go:build !confonly
// +build !confonly
package encoding
//go:generate go run github.com/v2fly/v2ray-core/v4/common/errors/errorgen

View File

@@ -1,4 +1 @@
//go:build !confonly
// +build !confonly
package inbound

View File

@@ -1,6 +1,3 @@
//go:build !confonly
// +build !confonly
package inbound
//go:generate go run github.com/v2fly/v2ray-core/v4/common/errors/errorgen

View File

@@ -1,4 +1 @@
//go:build !confonly
// +build !confonly
package outbound

View File

@@ -1,6 +1,3 @@
//go:build !confonly
// +build !confonly
package outbound
//go:generate go run github.com/v2fly/v2ray-core/v4/common/errors/errorgen

View File

@@ -1,6 +1,3 @@
//go:build !confonly
// +build !confonly
package vless
import (