移除反向代理代码

This commit is contained in:
lwch
2021-11-18 23:17:44 +08:00
parent 4ce221eeae
commit d30b27367f
59 changed files with 93 additions and 439 deletions

View File

@@ -0,0 +1,6 @@
package process
import "errors"
// ErrNotSupported not supported
var ErrNotSupported = errors.New("not supported")