Skip to content

ip1996/golang-elte-2020-public

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

45 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Public course material for the ELTE Go language course in 2020.

2020-02-24

Introduction, environmental setup: slides

Install go on OS linux 64-bit use the install_go.sh script in the script/ folder

$ chmod +x install_go.sh
$ ./script/install_go.sh

it will install go version 1.13.7 into your /tmp folder and set all the necessary environment variables

2020-03-02, 2020-03-09

Introduction to the language, with exercises:

2020-03-16

Concurrency 1.

2020-03-23

Concurrency 2.

2020-03-30

Concurrency 3.

2020-04-06

Unit testing

2020-04-13

Easter holiday.

2020-04-20

HTTP server

2020-04-27

HTTP server

2020-05-04

Packages

Binary packing

2020-05-11

CGO basics

Recommended Book

The Go Programming Language

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages