mirror of
https://github.com/kevin-DL/services.git
synced 2026-01-11 19:04:35 +00:00
go fmt
This commit is contained in:
@@ -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"
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|||||||
@@ -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"
|
||||||
|
|||||||
@@ -18,7 +18,7 @@ import (
|
|||||||
|
|
||||||
const (
|
const (
|
||||||
postContentPath = "docs/hugo-tania/site/content/post"
|
postContentPath = "docs/hugo-tania/site/content/post"
|
||||||
docsURL = "services.m3o.com"
|
docsURL = "services.m3o.com"
|
||||||
)
|
)
|
||||||
|
|
||||||
func main() {
|
func main() {
|
||||||
|
|||||||
@@ -1,2 +1,3 @@
|
|||||||
package main
|
package main
|
||||||
|
|
||||||
//go:generate make proto
|
//go:generate make proto
|
||||||
|
|||||||
@@ -1,2 +1,3 @@
|
|||||||
package main
|
package main
|
||||||
|
|
||||||
//go:generate make proto
|
//go:generate make proto
|
||||||
|
|||||||
@@ -1,2 +1,3 @@
|
|||||||
package main
|
package main
|
||||||
|
|
||||||
//go:generate make proto
|
//go:generate make proto
|
||||||
|
|||||||
@@ -1,2 +1,3 @@
|
|||||||
package main
|
package main
|
||||||
|
|
||||||
//go:generate make proto
|
//go:generate make proto
|
||||||
|
|||||||
@@ -1,2 +1,3 @@
|
|||||||
package main
|
package main
|
||||||
|
|
||||||
//go:generate make proto
|
//go:generate make proto
|
||||||
|
|||||||
@@ -1,2 +1,3 @@
|
|||||||
package main
|
package main
|
||||||
|
|
||||||
//go:generate make proto
|
//go:generate make proto
|
||||||
|
|||||||
Reference in New Issue
Block a user