/go_practice

This repository consists of Go language learning and self-declaration for Software architecture subject

Primary LanguageGo

go_practice

All tutorials are from sentdex channel on Youtube, to learn about learn basic Go language.

content

  1. .go files: code through the tutorials.
    1.1 gotut1.go: Intro, Syntax, Type, and Pointers
    1.2 gotut2.go: Simple Web App
    1.3 gotut3.go: Structs, Methods, Pointers and Receivers
    1.4 gotut4.go: More web dev, Accessing the internet, Parsing xml, Looping
    1.5 gotut5.go: Web app, (continue from gotut6.go) Mapping, HTML template
    1.6 gotut6.go: Mapping
    1.7 gotut7.go: Combining all together to create news aggregator web app.
    1.8 gotut8.go: Basic goroutine.
    1.9 gotut9.go: Goroutine Sync, Defer, Panic.
    1.10 gotut10.go: Goroutine Sync, Defer, Panic.
    1.11 gotut11.go: Goroutine Sync, Defer, Panic.
    1.12 gotut12.go: Go Channekl, Iterating Channels (with Defer)
  2. .pdf file: My handwriting short note (Go_lang_shortnote.pdf) about tips and contents that I've retrieved from videos.