Update go_template.go

This commit is contained in:
Asim Aslam
2021-10-22 20:37:16 +01:00
committed by GitHub
parent 036979282a
commit 5b3cb9948d

View File

@@ -59,6 +59,7 @@ const goExampleTemplate = `{{ $service := .service }}package example
import(
"fmt"
"os"
"github.com/micro/services/clients/go/{{ $service.Name}}"
)