common

package module
v0.0.0-...-b5c70d1 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: May 20, 2020 License: MIT Imports: 0 Imported by: 2

README

Golang 通用组件

Status Version MIT license Go Report Card Master Build codecov Build codecov

目录结构 ( 按文件名排序 ) 及组件列表

  • .github ( Github 配置
    • workflows ( 工作流配置 )
      • build.yml ( new-feature 分支构建配置 )
      • master-build.yml ( master 分支构建配置 )
  • codes ( 代码库 )
    • error.go ( 错误代码 )
    • README.md ( 说明 )
  • configer ( 配置库 )
    • configer.go ( 配置库 )
  • logger ( 日志库 )
    • logger.go ( 日志库 )
  • .gitignore ( GIT 配置文件,用于配置需要忽略提交的内容 )
  • go.mod ( go mod 配置文件 )
  • go.sum ( go mod 相关文件 )
  • LICENSE ( 版权声明 )
  • README.md ( 使用说明 )
  • version.go ( 通用组件版本 )

当前版本

当前版本 : 正式版 0.1.1

暂定版本发布流程 : Alpha -> Beta -> RC -> GA

Alpha : 内部测试版, 一般不向外部发布
Beta : 也是测试版, 这个阶段的版本会一直加入新的功能
RC : 发行候选版本, 基本不再加入新的功能, 主要进行缺陷修复
GA : 正式发布的版本, 采用 Release X.Y.Z 作为发布版本号
参考 : Alpha、Beta、RC、GA版本的区别软件版本GA、RC、beta等含义

Documentation

Index

Constants

View Source
const Version = "0.1.1"

Version 用来导出组件库的版本信息

Variables

This section is empty.

Functions

This section is empty.

Types

This section is empty.

Directories

Path Synopsis
orm

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL