That repository contains all homework for the Golang course https://www.coursera.org/learn/golang-webservices-1
Creating function that shows all files in folder(like a tree) https://github.com/GoRunMaxim/Golang-webservices-1/tree/master/hw1_tree
Creating a "pipeline": Working with goroutines, waitgroup, lock https://github.com/GoRunMaxim/Golang-webservices-1/tree/master/hw2
Working with pprof: improving function using pprof tools https://github.com/GoRunMaxim/Golang-webservices-1/tree/master/hw3_bench
Doing test-coverage(100%). Writing tests for code. https://github.com/GoRunMaxim/Golang-webservices-1/tree/master/hw4_test_coverage
P.S. Files .md contains the description to all homeworks