Browse Source

🌈 style(drivers.go): go fmt

pull/355/head
vicnoah 4 years ago
parent
commit
58da68a57d
  1. 2
      dtmsvr/microservices/drivers.go

2
dtmsvr/microservices/drivers.go

@ -3,9 +3,9 @@ package microservices
import ( import (
// load the microserver drivers // load the microserver drivers
_ "github.com/dtm-labs/dtmdriver-dapr" _ "github.com/dtm-labs/dtmdriver-dapr"
_ "github.com/dtm-labs/dtmdriver-ego"
_ "github.com/dtm-labs/dtmdriver-gozero" _ "github.com/dtm-labs/dtmdriver-gozero"
_ "github.com/dtm-labs/dtmdriver-kratos" _ "github.com/dtm-labs/dtmdriver-kratos"
_ "github.com/dtm-labs/dtmdriver-polaris" _ "github.com/dtm-labs/dtmdriver-polaris"
_ "github.com/dtm-labs/dtmdriver-springcloud" _ "github.com/dtm-labs/dtmdriver-springcloud"
_ "github.com/dtm-labs/dtmdriver-ego"
) )

Loading…
Cancel
Save