Skip to content

adam0va/golang_course

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Golang course

Homeworks for Coursera course about Golang

hw1_tree

Building tree of the directory. Write go run main.go <directory> <-f> to run the program. Replace with path to the directory whose tree you want to see (. in case of current directory). Use -f if you want to get tree with files. Otherwise only directories will be printed.

hw2_signer

Functions pipeline and implementing some functions to count hash with combination of crc32 and md5.

hw3_bench

Optimitzed code using pprof. Compare common.go and fast.go.

About

Homeworks for Coursera course about Golang

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published