Jay206-Programmer / Go_Cards_Project

Learning-by-Doing repository for go begineers.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Go Cards

This is a starter Project curated for beginners that are learning Go.

We are creating a Cards utility that can,

  • Generate a new Cards Deck
  • Get a hand from the Deck
  • Shuffle Deck
  • Save Deck to a File
  • Read Deck from the File

Also, we will be looking at how to implement testing in Go.

Concepts Covered

  • Packages
  • Variables
  • Array/Slices
  • Looping
  • Functions
  • Type Declaration
  • Recievers
  • Tests

Happy Learning! ✨

About

Learning-by-Doing repository for go begineers.


Languages

Language:Go 100.0%