This repository has been archived on 2026-05-16. You can view files and clone it. You cannot open issues or pull requests or push a commit.
2025-11-30 23:46:16 +08:00
2025-11-03 18:19:28 +08:00
2025-11-30 23:39:46 +08:00
2025-11-30 23:39:46 +08:00
2025-11-03 10:10:16 +00:00
2025-11-30 23:46:16 +08:00

RandomCode

Easily generate random code

It is usually used for generating verification codes

Requirement

  • Go: 1.0.0+

Simple Usage

package main

import "git.ghink.net/ghink/RandomCode"

func main() {
   RandomCode.Number(6)
}
Description
Easily generate random code
Readme Apache-2.0 45 KiB
v1.0.0 Latest
2025-11-30 15:46:38 +00:00
Languages
Go 100%