Documentation
¶
Index ¶
Constants ¶
View Source
const ( // AppName is the name of the software AppName = "MCP-Tester" // Author of the software Author = "Michael Lechner" // Copyright notice Copyright = "Copyright © 2026 Michael Lechner" // Website is the official product website Website = "https://mlcgo.eu/products/mlc-tester/" // GitHub is the source repository URL GitHub = "https://github.com/hmsoft0815/mlc_mcptester" )
Variables ¶
View Source
var Version = "dev"
Version is stamped from the VERSION file at build time via `-ldflags -X …/internal/version.Version`.
If unstamped ("dev" or empty), it falls back to debug.ReadBuildInfo() to retrieve the module version tag when installed via `go install`.
Functions ¶
func VersionTemplate ¶ added in v1.2.0
func VersionTemplate() string
VersionTemplate returns the Cobra version template including copyright and links.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.