Skip to content

go programming language | beginner | advanced | comprehensive | repository | syntax | data types | concurrency | web development | interactive code examples | tutorials | challenges | practice | skills | updated regularly | latest information | best practices.

License

Notifications You must be signed in to change notification settings

anarchymonkey/learn_golang

Folders and files

NameName
Last commit message
Last commit date
Mar 25, 2023
Feb 23, 2023
Feb 27, 2023
Mar 6, 2023
Feb 27, 2023
Feb 28, 2023
Mar 25, 2023
Feb 27, 2023
Feb 23, 2023
Mar 18, 2023
Feb 19, 2023
Mar 2, 2023
Feb 25, 2023
Feb 26, 2023
Feb 19, 2023
Feb 19, 2023
Feb 27, 2023
Mar 25, 2023
Mar 23, 2023

Repository files navigation

learn_golang

This consists of all the codes in the golang tutorial -> https://go.dev/doc/tutorial/

  • Things that I have learnt

    • How to create a go file
      • Step 1: Create a folder mkdir <folderName>
      • Step 2: Go inside that folder & run cmd as go mod init <domain>/<packageName>
      • Step 3: Create a go module by creating a new file [fileName].go
      • Step 4: Write some basic go code in it and to run it type go run . or go run <fileName>
  • Important go commands

    • go mod init
    • go mod edit
    • go run
    • go test
    • go build
    • go install
  • Continued...

About

go programming language | beginner | advanced | comprehensive | repository | syntax | data types | concurrency | web development | interactive code examples | tutorials | challenges | practice | skills | updated regularly | latest information | best practices.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published