Hangman gaming in Go
There is a game loop in the main of the program which breaks whenever the player wins (there is no looser )
This code contains a directory called bank containing words which a random one is selected from, and a handler package
that is responsible for checking if the letter the player guesses is included in the word or not and also checks if the
game is finished.