Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/milovantomasevic/welcome-to-golang-and-let-s-go
GO Tutorial
https://github.com/milovantomasevic/welcome-to-golang-and-let-s-go
git go godoc golang golang-examples golang-tools google gotutorials slides tutorial-exercises
Last synced: about 1 month ago
JSON representation
GO Tutorial
- Host: GitHub
- URL: https://github.com/milovantomasevic/welcome-to-golang-and-let-s-go
- Owner: MilovanTomasevic
- License: mit
- Created: 2019-11-25T14:47:03.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2019-11-26T14:10:04.000Z (almost 5 years ago)
- Last Synced: 2023-03-03T22:04:09.997Z (over 1 year ago)
- Topics: git, go, godoc, golang, golang-examples, golang-tools, google, gotutorials, slides, tutorial-exercises
- Language: Go
- Size: 4 MB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Welcome To Golang and Let's GO
| **GO tutorial** | **Description** |
|:---------------:|:-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------:|
| GO 1: | [Golang characteristics and Go Syntax](https://talks.godoc.org/github.com/MilovanTomasevic/Welcome-To-Golang-and-Let-s-GO/1-golang-characteristics-and-go-syntax.slide) |
| GO 2: | [Declaring Variables in Go](https://talks.godoc.org/github.com/MilovanTomasevic/Welcome-To-Golang-and-Let-s-GO/2-declaring-variables-in-go.slide) |
| GO 3: | [Functions in Go](https://talks.godoc.org/github.com/MilovanTomasevic/Welcome-To-Golang-and-Let-s-GO/3-functions-in-go.slide) |
| GO 4: | [Error Handling in Go](https://talks.godoc.org/github.com/MilovanTomasevic/Welcome-To-Golang-and-Let-s-GO/4-error-handling-in-go.slide) |
| GO 5: | [Flow control in Go](https://talks.godoc.org/github.com/MilovanTomasevic/Welcome-To-Golang-and-Let-s-GO/5-flow-control-in-go.slide) |
| GO 6: | [If..else Statement in Go](https://talks.godoc.org/github.com/MilovanTomasevic/Welcome-To-Golang-and-Let-s-GO/6-if-else-statement-in-go.slide) |
| GO 7: | [Switch Statement in Go](https://talks.godoc.org/github.com/MilovanTomasevic/Welcome-To-Golang-and-Let-s-GO/7-switch-statement-in-go.slide) |
| GO 8: | [Data Structures in Go with Array](https://talks.godoc.org/github.com/MilovanTomasevic/Welcome-To-Golang-and-Let-s-GO/8-data-structure-in-go-with-array.slide) |
| GO 9: | [Data Structures in Go with Slices](https://talks.godoc.org/github.com/MilovanTomasevic/Welcome-To-Golang-and-Let-s-GO/9-data-structure-in-go-with-slices.slide) |
| GO 10: | [Data Structures in Go with Map](https://talks.godoc.org/github.com/MilovanTomasevic/Welcome-To-Golang-and-Let-s-GO/10-data-structure-in-go-with-map.slide) |
| GO 11: | [Custom Types in Go](https://talks.godoc.org/github.com/MilovanTomasevic/Welcome-To-Golang-and-Let-s-GO/11-custom-types-in-go.slide) |
| GO 12: | [Struct in Go](https://talks.godoc.org/github.com/MilovanTomasevic/Welcome-To-Golang-and-Let-s-GO/12-struct-in-go.slide) |
| GO 13: | [Methods in Go](https://talks.godoc.org/github.com/MilovanTomasevic/Welcome-To-Golang-and-Let-s-GO/13-methods-in-go.slide) |
| GO 14: | [Interfaces in Go](https://talks.godoc.org/github.com/MilovanTomasevic/Welcome-To-Golang-and-Let-s-GO/14-interfaces-in-go.slide) |
| GO 15: | [Concurrency with Goroutines in Go](https://talks.godoc.org/github.com/MilovanTomasevic/Welcome-To-Golang-and-Let-s-GO/15-concurrency-with-goroutines-in-go.slide) |
| GO 16: | [Concurrency with Goroutines and Channel in Go](https://talks.godoc.org/github.com/MilovanTomasevic/Welcome-To-Golang-and-Let-s-GO/16-concurrency-with-goroutine-channel-in-go.slide) |## Acknowledgments
- [Go Documentation](https://golang.org/doc/)
- [A Tour of Go](https://tour.golang.org/)
- [How to Write Go Code](https://golang.org/doc/code.html)
- [The Go Wiki](https://github.com/golang/go/wiki)
- [[Effective Go]](https://golang.org/doc/effective_go.html)
- [Igor Dejanović, PhD](http://igordejanovic.net/)
- [hacking-code](https://github.com/hacking-code)
- ...