# README
xmodules/tools for Xamboo - GO
The tools package give some standard functions
- UUID() string,
- MD5(string)string,
- CreateKey(length, type) string
- Messages selection for modules with languages
Version Changes Control
v0.0.1 - 2021-01-15
- Add language support for message selection
v0.0.0 - 2020-04-20
- First release
Manual:
I. Tools
Intro
- Overview
Example:
import "github.com/webability-go/xmodules/tools"
- Reference
To use the package:
import "github.com/webability-go/xmodules/tools"