1
0
mirror of https://github.com/v2fly/v2ray-core.git synced 2024-12-21 01:27:03 -05:00

apply coding style

This commit is contained in:
Shelikhoo 2021-07-01 19:02:27 +01:00
parent 1409be04c2
commit 91a2286064
No known key found for this signature in database
GPG Key ID: C4D5E79D22B25316
2 changed files with 3 additions and 1 deletions

View File

@ -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 {

View File

@ -2,6 +2,7 @@ package conf
import (
"github.com/golang/protobuf/proto"
"github.com/v2fly/v2ray-core/v4/infra/conf/cfgcommon/duration"
"github.com/v2fly/v2ray-core/v4/app/observatory"