Documentation
¶
Index ¶
- func FirstLower(s string) string
- func FirstUpper(s string) string
- func GetArgs(cmd *cobra.Command, args []string) (app, server, servant, goModuleName string, err error)
- func GoInstall(path ...string) error
- func ModulePath(filename string) (string, error)
- func ModuleVersion(path string) (string, error)
- func TarsGoHome() string
- func TarsGoHomeWithDir(dir string) string
- func TarsGoMod() string
- func Tree(path string, dir string)
- type Project
- type Repo
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func ModulePath ¶
ModulePath returns go module path.
func ModuleVersion ¶
ModuleVersion returns module version.
func TarsGoHome ¶
func TarsGoHome() string
func TarsGoHomeWithDir ¶
Types ¶
type Repo ¶
type Repo struct {
// contains filtered or unexported fields
}
Repo is git repository manager.
Click to show internal directories.
Click to hide internal directories.