Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

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

anarchymonkey/learn_golang

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

AltStyle によって変換されたページ (->オリジナル) /