package
3.10.13
Repository: https://github.com/micro-community/micro.git
Documentation: pkg.go.dev

# README

package template

var ( Readme = `# {{title .Alias}} Service

This is the {{title .Alias}} service

Generated with

+ "```" + micro new {{.Alias}} + "```" +

Usage

Generate the proto code

+ "```" + make proto + "```" +

Run the service

+ "```" + micro run . ` + "```" )

# Variables

No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
Service template is the Micro .mu definition of a service.
No description provided by the author