This commit is contained in:
Asim Aslam
2021-01-27 11:42:00 +00:00
parent 285fcef4e8
commit 854ac83563
9 changed files with 10 additions and 4 deletions

View File

@@ -3,9 +3,9 @@ package handler
import ( import (
"context" "context"
proto "github.com/micro/services/blog/proto"
comments "github.com/micro/services/comments/proto" comments "github.com/micro/services/comments/proto"
posts "github.com/micro/services/posts/proto" posts "github.com/micro/services/posts/proto"
proto "github.com/micro/services/blog/proto"
tags "github.com/micro/services/tags/proto" tags "github.com/micro/services/tags/proto"
) )

View File

@@ -1,10 +1,10 @@
package main package main
import ( import (
comments "github.com/micro/services/comments/proto"
"github.com/micro/services/blog/handler" "github.com/micro/services/blog/handler"
posts "github.com/micro/services/posts/proto"
proto "github.com/micro/services/blog/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" tags "github.com/micro/services/tags/proto"
"github.com/micro/micro/v3/service" "github.com/micro/micro/v3/service"

View File

@@ -1,2 +1,3 @@
package main package main
//go:generate make proto //go:generate make proto

View File

@@ -1,2 +1,3 @@
package main package main
//go:generate make proto //go:generate make proto

View File

@@ -1,2 +1,3 @@
package main package main
//go:generate make proto //go:generate make proto

View File

@@ -1,2 +1,3 @@
package main package main
//go:generate make proto //go:generate make proto

View File

@@ -1,2 +1,3 @@
package main package main
//go:generate make proto //go:generate make proto

View File

@@ -1,2 +1,3 @@
package main package main
//go:generate make proto //go:generate make proto