# RandomCode **Repository Path**: ghink_archive/RandomCode ## Basic Information - **Project Name**: RandomCode - **Description**: Easily generate random code - **Primary Language**: Unknown - **License**: Apache-2.0 - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2025-11-03 - **Last Updated**: 2026-05-16 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # RandomCode Easily generate random code It is usually used for generating verification codes ## Requirement - Go: 1.0.0+ ## Simple Usage ```go package main import "git.ghink.net/ghink/RandomCode" func main() { RandomCode.Number(6) } ```