package
3.13.1
Repository: https://github.com/crazybber/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 . ` + "```" )