package
0.0.16
Repository: https://github.com/webability-go/xmodules.git
Documentation: pkg.go.dev

# README

Go Report Card GoDoc GolangCI

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


  1. Overview

Example:

import "github.com/webability-go/xmodules/tools"


  1. Reference

To use the package:

import "github.com/webability-go/xmodules/tools"