Skip to content

Latest commit

 

History

History
33 lines (17 loc) · 488 Bytes

README.md

File metadata and controls

33 lines (17 loc) · 488 Bytes

golangexample

Go Doc

mainRand

This is a sample game for getting the Input from User for a Additional Guessing Game.

You can learn here use of:

  • Functions

  • Channel

  • Go Routine

  • User of Time Functions

  • String Splits

  • File Reading from ioutil Module

URLShortnet.go

This is an Application for URL Shortner.

You can learn here use of:

  • Maps

  • net/HTTP

  • Strings