@@ -2,9 +2,10 @@ package duration_test
import (
"encoding/json"
- "github.com/v2fly/v2ray-core/v4/infra/conf/cfgcommon/duration"
"testing"
"time"
+
+ "github.com/v2fly/v2ray-core/v4/infra/conf/cfgcommon/duration"
)
type testWithDuration struct {
@@ -2,6 +2,7 @@ package conf
"github.com/golang/protobuf/proto"
"github.com/v2fly/v2ray-core/v4/infra/conf/cfgcommon/duration"
"github.com/v2fly/v2ray-core/v4/app/observatory"