1 Star 3 Fork 1

Joshua Conero / uymas

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
uymas.go 785 Bytes
一键复制 编辑 原始数据 按行查看 历史
Joshua Conero 提交于 2024-05-22 18:34 . doc: plan to release version v1.4.1
// 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.
package uymas
// @Date: 2018/10/30 0030 12:58
// @Author: Joshua Conero
const (
Version = "1.4.1" //dev is not product but development tag.
Release = "20240522" // dev|20060102
Since = "20181030"
Author = "Joshua Conero"
Email = "conero@163.com"
Name = "uymas"
PkgName = "conero/uymas"
TimeLayoutDate = "20060102" // date layout-20060102
)
Go
1
https://gitee.com/conero/uymas.git
git@gitee.com:conero/uymas.git
conero
uymas
uymas
master

搜索帮助