All Downloads are FREE. Search and download functionalities are using the official Maven repository.

templates.golang.grpcClient.go.template Maven / Gradle / Ivy

package main

import (
	"log"
	"golang.org/x/net/context"
	"google.golang.org/grpc"
	proto @go_proto_path@
)

const (
	LOCAL_URL = ":@server_port@"
)

var ENV = LOCAL_URL

@insert_test_clients@





© 2015 - 2024 Weber Informatics LLC | Privacy Policy