Skip to content

m7real/golang-small-projects

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

Golang Small Projects

A collection of small projects and experiments written in Go.

Projects

1. Rock Paper Scissors Lizard Spock

A simple command-line game of Rock Paper Scissors Lizard Spock. View Code

(More projects will be added soon)

About

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.

Contributing

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.

Structure

Each project is stored in its own directory, with a brief description and instructions for running the code in the README.md file.

Requirements

  • 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)

About

A collection of small projects and experiments written in Go.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages