Skip to content

Commit e38d79c

Browse files
Update README.md
1 parent df71a39 commit e38d79c

File tree

1 file changed

+0
-26
lines changed

1 file changed

+0
-26
lines changed

README.md

-26
Original file line numberDiff line numberDiff line change
@@ -1,33 +1,7 @@
11
# Golang Guide and Tutorials
22

3-
Golang Guide and Tutorials - Let's get the hands really dirty by writing a lot of Golang code :tada:
4-
5-
## Go Language for Beginners in 16 Parts
6-
7-
Hello!
8-
9-
All the code is from the Go Series: [Go Language for Beginners in 16 Parts](https://blog.hackingcode.io/go-language-for-beginners-tutorial-in-16-parts) from [Hacking Code](https://blog.hackingcode.io/) site!
10-
11-
- 1 - [Golang characteristics and Go Syntax](https://blog.hackingcode.io/go-language-tutorial-go-characteristics-and-go-syntax-tutorial)
12-
- 2 - [Declaring Variables in Go](https://blog.hackingcode.io/go-language-tutorial-declaring-variables-in-go)
13-
- 3 - [Functions in Go](https://blog.hackingcode.io/go-language-tutorial-go-functions)
14-
- 4 - [Error Handling in Go](https://blog.hackingcode.io/go-language-tutorial-go-error-handling-in-go)
15-
- 5 - [Flow control in Go](https://blog.hackingcode.io/go-language-tutorial-flow-control-in-go)
16-
- 6 - [If..else Statement in Go](https://blog.hackingcode.io/go-language-tutorial-if-else-statement-in-go)
17-
- 7 - [Switch Statement in Go](https://blog.hackingcode.io/go-language-tutorial-switch-statement-in-go)
18-
- 8 - [Data Structures in Go with Array](https://blog.hackingcode.io/go-language-tutorial-data-structure-array-in-go)
19-
- 9 - [Data Structures in Go with Slices](https://blog.hackingcode.io/go-language-tutorial-data-structure-slices-in-go)
20-
- 10 - [Data Structures in Go with Map](https://blog.hackingcode.io/go-language-tutorial-go-data-structure-map-in-go)
21-
- 11 - [Custom Types in Go](https://blog.hackingcode.io/go-language-tutorial-go-custom-types)
22-
- 12 - [Struct in Go](https://blog.hackingcode.io/go-language-tutorial-struct-in-go)
23-
- 13 - [Methods in Go](https://blog.hackingcode.io/go-language-tutorial-methods-in-go)
24-
- 14 - [Interfaces in Go](https://blog.hackingcode.io/go-language-tutorial-interfaces-in-go)
25-
- 15 - [Concurrency with Goroutines in Go](https://blog.hackingcode.io/go-language-tutorial-concurrency-goroutines-in-go)
26-
- 16 - [Concurrency with Goroutines and Channel in Go](https://blog.hackingcode.io/go-language-tutorial-concurrency-goroutine-channel-in-go)
27-
283
I hope it could be useful to you :)
294

30-
315
Let's keep in touch : )
326

337
- [Twitter](https://twitter.com/_alex_gama)

0 commit comments

Comments
 (0)