/go-mini-programs

👩‍💻 Collection of mini programs in Go (no frameworks, just standard libraries)

Primary LanguageGo


Go Mini Programs


Contributions Welcome


Table of Contents

Description

This is a collection of mini programs in Go. I created this repo just to keep me producing some code regularly, so I can be more familiar & fluent in Go. Feel free to give feedback on the code.

Programs

Program Description
Black & White Image Convert color image to black & white image.
File Organizer Organize files in a folder based on type.
Guess the Number Play & guess the number that the computer thinks.
Link Checker Check & get information about a URL.
Mean, Median, Mode Calculate mean, median, & mode of numbers.
Number Generator Generate prime, even, odd, square, cube, or Fibonacci numbers within a certain range.
Rock Paper Scissors A simple game which you & the computer will pick rock, paper, or scissors, then the program decides who the winner is.
Send Email Send email from the command-line.
TCP Chat Communicate in real-time over a TCP connection.

Contributing

If you find a bug or something that can be improved, please create an issue or pull request.