Skip to content
Snippets Groups Projects
Commit 25652318 authored by kr328's avatar kr328
Browse files

Chore: remove unused ErrInvalidType

parent b7af3f73
No related branches found
No related tags found
No related merge requests found
...@@ -3,7 +3,6 @@ ...@@ -3,7 +3,6 @@
package tunnel package tunnel
import ( import (
"errors"
"fmt" "fmt"
"time" "time"
...@@ -12,8 +11,6 @@ import ( ...@@ -12,8 +11,6 @@ import (
"github.com/Dreamacro/clash/tunnel" "github.com/Dreamacro/clash/tunnel"
) )
var ErrInvalidType = errors.New("invalid type")
type Provider struct { type Provider struct {
Name string `json:"name"` Name string `json:"name"`
VehicleType string `json:"vehicleType"` VehicleType string `json:"vehicleType"`
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment