Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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)
- ...