-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'main' of github.com:0bvim/go
- Loading branch information
Showing
1 changed file
with
42 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,12 +1,48 @@ | ||
# go | ||
Started to learn go and I'll put some exercices here | ||
# Go Learning Journey | ||
<img src="https://camo.githubusercontent.com/d793ce304f470957d14cf9aabd51285b8356e580bd3ffc66467e84e632ba2ae3/687474703a2f2f7374617469632e76656c76657463616368652e6f72672f70616765732f323031382f30362f31332f70617274792d676f706865722f70617274792d676f706865722e676966" alt="Dancing Gopher" width=42px> | ||
Welcome to my Go learning repository! This is where I document my journey learning the Go programming language and store various exercises and projects. | ||
|
||
### nice links to learn about this lang | ||
## About This Repository | ||
|
||
## w3schools | ||
As I progress in my Go learning adventure, I'll be adding exercises, small projects, and notes to this repository. Feel free to explore and learn along with me! | ||
|
||
[w3schools](https://www.w3schools.com/go/go_getting_started.php) | ||
## Resources for Learning Go | ||
|
||
## Official Documentation | ||
Here are some excellent resources I'm using to learn Go: | ||
|
||
### 1. W3Schools Go Tutorial | ||
|
||
[W3Schools Go Tutorial](https://www.w3schools.com/go/go_getting_started.php) | ||
|
||
W3Schools offers a comprehensive and beginner-friendly introduction to Go. It's a great place to start if you're new to the language. | ||
|
||
### 2. Official Go Documentation | ||
|
||
[Go Documentation](https://go.dev/doc/) | ||
|
||
The official Go documentation is an invaluable resource. It provides in-depth information about the language, standard library, and best practices. | ||
|
||
### 3. Udemy Course: Learn How To Code: Google's Go (golang) Programming Language | ||
|
||
[Learn How To Code: Google's Go (golang) Programming Language](https://www.udemy.com/course/learn-how-to-code/) | ||
|
||
This Udemy course offers a comprehensive introduction to Go programming. It's an excellent resource for those who prefer video-based learning. | ||
|
||
## Getting Started | ||
|
||
To get started with this repository: | ||
|
||
1. Clone the repository to your local machine. | ||
2. Ensure you have Go installed on your system. You can download it from [golang.org](https://golang.org/). | ||
3. Explore the exercises and projects in the repository. | ||
4. Feel free to run, modify, and experiment with the code! | ||
|
||
## Contributing | ||
|
||
While this is primarily a personal learning repository, I welcome suggestions, corrections, or additional resources. Feel free to open an issue or submit a pull request! | ||
|
||
## License | ||
|
||
This project is open source and available under the [MIT License](LICENSE). | ||
|
||
Happy coding! |