README.md
Golang Training Course
There are homework solutions for the golang training course:
- Displays information about directories and files in tree format.
├───main.go (1881b)
├───main_test.go (1318b)
└───testdata
├───project
│ ├───file.txt (19b)
│ └───gopher.png (70372b)
├───static
│ ├───css
...
-
Makes something like pipelines with goroutines. One goroutine STDOUT is an STDIN for another. For example is implemented using a simple hashing algorithm.
-
Code optimization with profiler pprof. For better performance easyjson is used.
Конвейеры
0 успешных
0 с ошибкой