From 5b3cb9948dc313d469858517211f8067d8c44a1b Mon Sep 17 00:00:00 2001 From: Asim Aslam Date: Fri, 22 Oct 2021 20:37:16 +0100 Subject: [PATCH] Update go_template.go --- cmd/clients/go_template.go | 1 + 1 file changed, 1 insertion(+) diff --git a/cmd/clients/go_template.go b/cmd/clients/go_template.go index f3551cb..37458ec 100644 --- a/cmd/clients/go_template.go +++ b/cmd/clients/go_template.go @@ -59,6 +59,7 @@ const goExampleTemplate = `{{ $service := .service }}package example import( "fmt" "os" + "github.com/micro/services/clients/go/{{ $service.Name}}" )