x/

directory
v1.3.22 Latest Latest
Warning

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

Go to latest
Published: Nov 17, 2021 License: BSD-3-Clause

README

X Kit

可以跨多个项目使用的基础工具包

各子包说明
包名 描述
cipher 加密解密
collections 算法和数据结构
datetime 日期相关
fsutil 文件相关
mathext 数学扩展
reflectutil 反射相关
strutil 字符串相关
geom 几何算法
uuid 分布式ID
secure 密码生成
本包规范

包名规范细节

  • API接口除非Must否则不使用panic抛出错误;
  • 本包的各子包之间不相互引用;
  • 本包的各子包不过多依赖第三方外部包;
  • 包名要见文知义,让人看名字就知道这个包大体用来干什么的,避免太通用的名称(如common,util,misc)

Directories

Path Synopsis
This package provides immutable UUID structs and the functions NewV3, NewV4, NewV5 and Parse() for generating versions 3, 4 and 5 UUIDs as specified in RFC 4122.
This package provides immutable UUID structs and the functions NewV3, NewV4, NewV5 and Parse() for generating versions 3, 4 and 5 UUIDs as specified in RFC 4122.

Jump to

Keyboard shortcuts

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