Documentation
¶
Overview ¶
----------------------------------------------------------------- * L o r d O f S c r i p t s (tm) * Copyright (C)2026 Dídimo Grimaldo T. * APP_NAME * - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - * Package/Module/Application version information *-----------------------------------------------------------------
Index ¶
Constants ¶
const ( // in case vcsVersion not injected during link phase MANUAL_VERSION string = "1.2.0" // Change these values accordingly NAME string = "Go-Fynex" DESC string = "An custom widget and helper library for Fyne" STATUS devStatus = statusReleased REVISION = 1 )
These must be adapted for the current module
const ( // Useful Unicode Characters CHR_COPYRIGHT = '\u00a9' // © CHR_REGISTERED = '\u00ae' // ® CHR_GUILLEMET_L = '\u00ab' // « CHR_GUILLEMET_R = '\u00bb' // » CHR_TRADEMARK = '\u2122' // ™ CHR_SAMARITAN = '\u214f' // ⅏ CHR_PLACEOFINTEREST = '\u2318' // ⌘ CHR_HIGHVOLTAGE = '\u26a1' // ⚡ CHR_TRIDENT = rune(0x1f531) // 🔱 CHR_SPLATTER = rune(0x1fadf) CHR_WARNING = '\u26a0' // ⚠ CHR_EXCLAMATION = '\u2757' CHR_SKULL = '\u2620' // ☠ CO1 = "odlamirG omidiD 5202)C(" CO2 = "stpircS fO droL 5202)C(" CO3 = "gnitirwnitsol" )
These are for all modules where this template is used
Variables ¶
This section is empty.
Functions ¶
func GoVersionMin ¶
retrieve the current GO language version and compare it to the minimum required. It returns the current version and whether the condition current >= min is fulfilled or not.
Types ¶
type PackageVersion ¶
type PackageVersion struct {
// contains filtered or unexported fields
}
Package/Module/Application version descriptor
var Version PackageVersion
func NewPackageVersion ¶
func NewPackageVersion(name, description string, verStr string, status devStatus) PackageVersion
func (PackageVersion) BuildMeta ¶
func (pv PackageVersion) BuildMeta() string
func (PackageVersion) CommitInfo ¶
func (pv PackageVersion) CommitInfo() string
func (PackageVersion) Short ¶
func (pv PackageVersion) Short() string
func (PackageVersion) String ¶
func (pv PackageVersion) String() string
Directories
¶
| Path | Synopsis |
|---|---|
|
----------------------------------------------------------------- * L o r d O f S c r i p t s (tm) * Copyright (C)2026 Dídimo Grimaldo T. * APP_NAME * - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - * *-----------------------------------------------------------------
|
----------------------------------------------------------------- * L o r d O f S c r i p t s (tm) * Copyright (C)2026 Dídimo Grimaldo T. * APP_NAME * - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - * *----------------------------------------------------------------- |
|
----------------------------------------------------------------- * L o r d O f S c r i p t s (tm) * Copyright (C)2025 Dídimo Grimaldo T. * photoQ * - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - * A custom Fyne widget that extends widget.Label{} to deal with Fyne * quirkness.
|
----------------------------------------------------------------- * L o r d O f S c r i p t s (tm) * Copyright (C)2025 Dídimo Grimaldo T. * photoQ * - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - * A custom Fyne widget that extends widget.Label{} to deal with Fyne * quirkness. |
|
dlg
***************************************************************** * Copyright(C)2026 Lord of Scripts * All Rights Reserved * ----------------------------------------------------------------- * Modal About Custom Dialog.
|
***************************************************************** * Copyright(C)2026 Lord of Scripts * All Rights Reserved * ----------------------------------------------------------------- * Modal About Custom Dialog. |