mirror of
https://github.com/kevin-DL/services.git
synced 2026-01-24 08:25:31 +00:00
go fmt
This commit is contained in:
@@ -1,10 +1,10 @@
|
||||
package main
|
||||
|
||||
import (
|
||||
comments "github.com/micro/services/comments/proto"
|
||||
"github.com/micro/services/blog/handler"
|
||||
posts "github.com/micro/services/posts/proto"
|
||||
proto "github.com/micro/services/blog/proto"
|
||||
comments "github.com/micro/services/comments/proto"
|
||||
posts "github.com/micro/services/posts/proto"
|
||||
tags "github.com/micro/services/tags/proto"
|
||||
|
||||
"github.com/micro/micro/v3/service"
|
||||
|
||||
Reference in New Issue
Block a user