GUC: GitHub Username Checker

Your go-to tool for checking GitHub username availability!

Description

GUC is a simple and efficient command-line tool designed to help you check the availability of GitHub usernames. Built with Go, this lightweight application allows you to verify multiple usernames quickly by reading from a text file.

Features

Usage

Getting Started

  1. Clone the repository from GitHub.
  2. Create a text file (`usernames.txt`) with your desired usernames.
  3. Run the command: go run main.go

Repository

Check out the project on GitHub: GitHub Username Checker