Skip to content

Vostbur/go_learning_course

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Golang Training Course

There are homework solutions for the golang training course:

  1. 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
    ...
  1. Makes something like pipelines with goroutines. One goroutine STDOUT is an STDIN for another. For example is implemented using a simple hashing algorithm.

  2. Code optimization with profiler pprof. For better performance easyjson is used.

About

Homework solution for the golang training course

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages