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.
main
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