A collection of small projects and experiments written in Go.
A simple command-line game of Rock Paper Scissors Lizard Spock. View Code
This repository is a collection of small projects and experiments written in Go. Each project is designed to be a self-contained example of a particular concept or technique.
Feel free to contribute to this repository by adding your own small projects or improving existing ones. Please follow standard Go coding conventions and include a brief description of your project in the README.md
file.
Each project is stored in its own directory, with a brief description and instructions for running the code in the README.md
file.
- Go 1.14 or later
math/rand
package for random number generation (used in some projects)fmt
package for input/output operations (used in some projects)