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.
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. |
If you find a bug or something that can be improved, please create an issue or pull request.