Documentation ¶
Overview ¶
Package uymas is summary util library from the work experience, provides base version, author information and so on.
Major functional like `bin` (CLI-APP), `str`(string util), other more. Some of originated from work experience to enhance code reuse. The final directory is a convenient tool to realize command-line program development and other code.
Index ¶
Constants ¶
View Source
const ( Version = "2.0.0-rc.2" //dev is not product but development tag. Release = "20241001" // dev|20060102 Since = "20181030" Author = "Joshua Conero" Email = "conero@163.com" Name = "uymas" PkgName = "conero/uymas" TimeLayoutDate = "20060102" // date layout-20060102 )
Variables ¶
This section is empty.
Functions ¶
func GetBuildInfo ¶
func GetBuildInfo() string
GetBuildInfo Get the relevant version information after injection with the -ldflags parameters gitHash, buildData, buildAuthor.
Output format such as: "(buildData gitHash)"
Types ¶
This section is empty.
Directories ¶
Path | Synopsis |
---|---|
app
|
|
calc
Package calc enter string equations to implement numeric arithmetic
|
Package calc enter string equations to implement numeric arithmetic |
scan
Package scan directory resource scanner
|
Package scan directory resource scanner |
storage
Package storage experimental storage package
|
Package storage experimental storage package |
svn
Package svn command parser.
|
Package svn command parser. |
Package cli basic command line definition and processing tools.
|
Package cli basic command line definition and processing tools. |
ansi
Package ansi color code implementation for command line.
|
Package ansi color code implementation for command line. |
chest
Package chest The command chest, provides common tool methods.
|
Package chest The command chest, provides common tool methods. |
evolve
Package evolve version Command line, which supports more registration types than cli.
|
Package evolve version Command line, which supports more registration types than cli. |
gen
Package gen Command line related generators, such as command to struct mappings
|
Package gen Command line related generators, such as command to struct mappings |
cmd
|
|
Package culture [pinyin] the chinese pinyin
|
Package culture [pinyin] the chinese pinyin |
digit
Package digit Provide digitization tools such as converting numbers to Chinese uppercase and commonly used strings.
|
Package digit Provide digitization tools such as converting numbers to Chinese uppercase and commonly used strings. |
ganz
Package ganz Chinese Traditional Heavenly Stems and Earthly Branches(天干地支).
|
Package ganz Chinese Traditional Heavenly Stems and Earthly Branches(天干地支). |
pinyin
Package pinyin the chinese pinyin.
|
Package pinyin the chinese pinyin. |
pinyin/material
Package material the Material of pinyin dick, it's `embed`.
|
Package material the Material of pinyin dick, it's `embed`. |
data
|
|
convert
Package convert common data converter, base "reflect".
|
Package convert common data converter, base "reflect". |
input
Package input parses the string data to make it a go language type,
|
Package input parses the string data to make it a go language type, |
example
|
|
cli/optionParse
option parse for cli
|
option parse for cli |
internal
|
|
Package logger basic and simple logger for application, it base the go embed `log` package.
|
Package logger basic and simple logger for application, it base the go embed `log` package. |
lgr
Package lgr An instance of library logger, used for direct output from the command line, etc.
|
Package lgr An instance of library logger, used for direct output from the command line, etc. |
Package number handler like unit cover.
|
Package number handler like unit cover. |
parser
|
|
xini
Package xini parse ini config files and utils.
|
Package xini parse ini config files and utils. |
Package rock generic based common package processing
|
Package rock generic based common package processing |
constraints
Package constraints The stereotype extension type definition is used for function /type annotations
|
Package constraints The stereotype extension type definition is used for function /type annotations |
Package str string handler method.
|
Package str string handler method. |
Package util implements other tool more, like type cover, type value check.
|
Package util implements other tool more, like type cover, type value check. |
cloud
Package netutil net util, Web related assistant tools
|
Package netutil net util, Web related assistant tools |
fs
Package fs support facilitate for handler file and direction.
|
Package fs support facilitate for handler file and direction. |
tm
Package tm assistant methods related to time reporting
|
Package tm assistant methods related to time reporting |
unit
Package test unit.
|
Package test unit. |
xsql
Package xsql extends for the sql package.
|
Package xsql extends for the sql package. |
Click to show internal directories.
Click to hide internal directories.