https://github.com/labex-labs/go-free-tutorials
[Go Free Tutorials]-Golang is an open-source programming language that makes it easy to build simple, reliable, and efficient software. In this skill tree, you'll learn the fundamentals of the language, including the basics of syntax, an introduction to types, and object-oriented programming in Go.
https://github.com/labex-labs/go-free-tutorials
List: go-free-tutorials
awesome awesome-list education free free-tutorials go hands-on labex programming tutorials
Last synced: 8 days ago
JSON representation
[Go Free Tutorials]-Golang is an open-source programming language that makes it easy to build simple, reliable, and efficient software. In this skill tree, you'll learn the fundamentals of the language, including the basics of syntax, an introduction to types, and object-oriented programming in Go.
- Host: GitHub
- URL: https://github.com/labex-labs/go-free-tutorials
- Owner: labex-labs
- Created: 2024-05-23T01:32:14.000Z (12 months ago)
- Default Branch: master
- Last Pushed: 2024-05-23T01:47:19.000Z (12 months ago)
- Last Synced: 2024-05-23T02:36:11.798Z (12 months ago)
- Topics: awesome, awesome-list, education, free, free-tutorials, go, hands-on, labex, programming, tutorials
- Homepage: https://labex.io/tutorials/category/go
- Size: 9.77 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- practice-go-programming-courses - Go Free Tutorials
- hadoop-free-tutorials - Practice Golang Free Tutorials
- rust-free-tutorials - Practice Go Free Tutorials
- opencv-free-tutorials - Practice Go Free Tutorials
- cysec-free-tutorials - Practice Go Free Tutorials
- bigdata-free-tutorials - Practice Golang Free Tutorials
- django-free-tutorials - Practice Go Free Tutorials
- ultimate-awesome - go-free-tutorials - [Go Free Tutorials]-Golang is an open-source programming language that makes it easy to build simple, reliable, and efficient software. In this skill tree, you'll learn the fundamentals of the language, including the basics of syntax, an introduction to types, and object-oriented programming in Go. (Other Lists / PowerShell Lists)
README
# Golang Free Tutorials
![]()
Golang is a modern, efficient programming language. This Skill Tree presents a systematic approach to learning Go. Ideal for programmers looking to explore concurrent and systems programming, it offers a structured roadmap to understand Go's syntax, concurrency model, and standard library. Hands-on, non-video courses and coding exercises in an interactive Golang playground ensure you develop practical skills in writing efficient and scalable Golang programs.
| Index | Name | Difficulty | Tutorial Link |
|---------|-----------------------------------------------------------------------------------------------------------------------------|--------------|-----------------------------------------------------------------------------------------|
| 01 | [📖 Beginner's Guide to Go Programming](https://labex.io/tutorials/go-beginner-s-guide-to-go-programming-149062) | ★☆☆ | [🔗 View](https://labex.io/tutorials/go-beginner-s-guide-to-go-programming-149062) |
| 02 | [📖 GOPATH and Module](https://labex.io/tutorials/go-gopath-and-module-149063) | ★☆☆ | [🔗 View](https://labex.io/tutorials/go-gopath-and-module-149063) |
| 03 | [📖 Creating and Importing Go Packages](https://labex.io/tutorials/go-creating-and-importing-go-packages-149064) | ★☆☆ | [🔗 View](https://labex.io/tutorials/go-creating-and-importing-go-packages-149064) |
| 04 | [📖 Introduction to Go Variables](https://labex.io/tutorials/go-introduction-to-go-variables-149065) | ★☆☆ | [🔗 View](https://labex.io/tutorials/go-introduction-to-go-variables-149065) |
| 05 | [📖 Data Processing with Operators in Golang](https://labex.io/tutorials/go-data-processing-with-operators-in-golang-149066) | ★☆☆ | [🔗 View](https://labex.io/tutorials/go-data-processing-with-operators-in-golang-149066) |
| 06 | [📖 Numerical Types in Golang](https://labex.io/tutorials/go-numerical-types-in-golang-149067) | ★☆☆ | [🔗 View](https://labex.io/tutorials/go-numerical-types-in-golang-149067) |
| 07 | [📖 Character Types in Golang](https://labex.io/tutorials/go-character-types-in-golang-149068) | ★☆☆ | [🔗 View](https://labex.io/tutorials/go-character-types-in-golang-149068) |
| 08 | [📖 Go String Fundamentals](https://labex.io/tutorials/go-go-string-fundamentals-149069) | ★☆☆ | [🔗 View](https://labex.io/tutorials/go-go-string-fundamentals-149069) |
| 09 | [📖 Go Constants Fundamentals](https://labex.io/tutorials/go-go-constants-fundamentals-149070) | ★☆☆ | [🔗 View](https://labex.io/tutorials/go-go-constants-fundamentals-149070) |
| 10 | [📖 If Branch Statement in Golang](https://labex.io/tutorials/go-if-branch-statement-in-golang-149071) | ★☆☆ | [🔗 View](https://labex.io/tutorials/go-if-branch-statement-in-golang-149071) |
| 11 | [📖 Switch-Case Branch Statements in Golang](https://labex.io/tutorials/go-switch-case-branch-statements-in-golang-149072) | ★☆☆ | [🔗 View](https://labex.io/tutorials/go-switch-case-branch-statements-in-golang-149072) |
| 12 | [📖 For Loops in Golang](https://labex.io/tutorials/go-for-loops-in-golang-149073) | ★☆☆ | [🔗 View](https://labex.io/tutorials/go-for-loops-in-golang-149073) |
| 13 | [📖 Goto Statement Usage](https://labex.io/tutorials/go-goto-statement-usage-149074) | ★☆☆ | [🔗 View](https://labex.io/tutorials/go-goto-statement-usage-149074) |
| 14 | [📖 Array Operations in Golang](https://labex.io/tutorials/go-array-operations-in-golang-149075) | ★☆☆ | [🔗 View](https://labex.io/tutorials/go-array-operations-in-golang-149075) |
| 15 | [📖 Multidimensional Arrays in Golang](https://labex.io/tutorials/go-multidimensional-arrays-in-golang-149076) | ★☆☆ | [🔗 View](https://labex.io/tutorials/go-multidimensional-arrays-in-golang-149076) |
| 16 | [📖 Golang Slice Data Structures](https://labex.io/tutorials/go-golang-slice-data-structures-149077) | ★☆☆ | [🔗 View](https://labex.io/tutorials/go-golang-slice-data-structures-149077) |
| 17 | [📖 Go Dictionary Fundamentals](https://labex.io/tutorials/go-go-dictionary-fundamentals-149080) | ★☆☆ | [🔗 View](https://labex.io/tutorials/go-go-dictionary-fundamentals-149080) |
| 18 | [📖 Sorting Go Dictionaries](https://labex.io/tutorials/go-sorting-go-dictionaries-149095) | ★☆☆ | [🔗 View](https://labex.io/tutorials/go-sorting-go-dictionaries-149095) |
| 19 | [📖 Channel Primitives in Golang](https://labex.io/tutorials/go-channel-primitives-in-golang-149096) | ★☆☆ | [🔗 View](https://labex.io/tutorials/go-channel-primitives-in-golang-149096) |
| 20 | [📖 Structures in Golang](https://labex.io/tutorials/go-structures-in-golang-149097) | ★☆☆ | [🔗 View](https://labex.io/tutorials/go-structures-in-golang-149097) |
| 21 | [📖 Functions in Golang](https://labex.io/tutorials/go-functions-in-golang-149098) | ★☆☆ | [🔗 View](https://labex.io/tutorials/go-functions-in-golang-149098) |
| 22 | [📖 Anonymous Functions in Golang](https://labex.io/tutorials/go-anonymous-functions-in-golang-149099) | ★☆☆ | [🔗 View](https://labex.io/tutorials/go-anonymous-functions-in-golang-149099) |
| 23 | [📖 Development of Golang Caching Component](https://labex.io/tutorials/go-development-of-golang-caching-component-298844) | ★☆☆ | [🔗 View](https://labex.io/tutorials/go-development-of-golang-caching-component-298844) |## More Free Tutorials
- [Practice Linux Free Tutorials](https://github.com/labex-labs/linux-free-tutorials)
- [Practice DevOps Free Tutorials](https://github.com/labex-labs/devops-free-tutorials)
- [Practice Cybersecurity Free Tutorials](https://github.com/labex-labs/cybersecurity-free-tutorials)
- [Practice Python Free Tutorials](https://github.com/labex-labs/python-free-tutorials)
- [Practice Docker Free Tutorials](https://github.com/labex-labs/docker-free-tutorials)
- [Practice Kubernetes Free Tutorials](https://github.com/labex-labs/kubernetes-free-tutorials)
- [Practice Git Free Tutorials](https://github.com/labex-labs/git-free-tutorials)
- [Practice Shell Free Tutorials](https://github.com/labex-labs/shell-free-tutorials)
- [Practice Java Free Tutorials](https://github.com/labex-labs/java-free-tutorials)
- [Practice MySQL Free Tutorials](https://github.com/labex-labs/mysql-free-tutorials)
- [Practice MongoDB Free Tutorials](https://github.com/labex-labs/mongodb-free-tutorials)
- [Practice Golang Free Tutorials](https://github.com/labex-labs/go-free-tutorials)
- [Practice Ansible Free Tutorials](https://github.com/labex-labs/ansible-free-tutorials)
- [Practice Jenkins Free Tutorials](https://github.com/labex-labs/jenkins-free-tutorials)
- [Practice C Free Tutorials](https://github.com/labex-labs/c-free-tutorials)
- [Practice C++ Free Tutorials](https://github.com/labex-labs/cpp-free-tutorials)
- [Practice Machine Learning Free Tutorials](https://github.com/labex-labs/ml-free-tutorials)
- [Practice Data Science Free Tutorials](https://github.com/labex-labs/data-science-free-tutorials)
- [Practice Pandas Free Tutorials](https://github.com/labex-labs/pandas-free-tutorials)
- [Practice NumPy Free Tutorials](https://github.com/labex-labs/numpy-free-tutorials)
- [Practice scikit-learn Free Tutorials](https://github.com/labex-labs/sklearn-free-tutorials)
- [Practice Matplotlib Free Tutorials](https://github.com/labex-labs/matplotlib-free-tutorials)
- [Practice Web Development Free Tutorials](https://github.com/labex-labs/web-development-free-tutorials)
- [Practice HTML Free Tutorials](https://github.com/labex-labs/html-free-tutorials)
- [Practice CSS Free Tutorials](https://github.com/labex-labs/css-free-tutorials)
- [Practice JavaScript Free Tutorials](https://github.com/labex-labs/javascript-free-tutorials)
- [Practice React Free Tutorials](https://github.com/labex-labs/react-free-tutorials)## More
- 🔗 [Golang Programming Courses](https://github.com/labex-labs/awesome-programming-courses)
- 🔗 [Golang Programming Projects](https://github.com/labex-labs/awesome-programming-projects)