Skip to content

From primitives to building a pipeline, This is my attempt to learn Go for project development.

License

Notifications You must be signed in to change notification settings

kartik-dutt/Learning-Go

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Learning-Go


From primitives to concurrent processes to json handling, This is my attempt to learn Go for project development.

Useful Pages :

1.) Tutorial Edge

2.) Go Tutorials

3.) Go Examples

4.) GoLang Docs

Run / Build files :

go run src/file_name.go // Execute the file.

To build binaries, use :

go build src/file_name.go

About

From primitives to building a pipeline, This is my attempt to learn Go for project development.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Go 100.0%