Skip to content

sandeeplulla/golang-code

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

golang-code

Basic practice done in code. New learning Samples for easy access

How to build a file :

$go build .go

How to run :

Compilation will have a generated a binary. Just use that executable as follows :

$./filename

Or you can build and run with a single command :

$go run .go

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages