Skip to content

Repo to practice parallelism in file checking & file compression

License

Notifications You must be signed in to change notification settings

zob456/file-manager

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

File Manager

Checks for duplicate code in csv files & compresses csv files

Commands to execute different functions

Pass 1 of 2 different command lines from inside the root directory of this project

  • go run ./cmd/main.go checker executes the file checker function that checks multiple csv files for duplicate codes
  • go run ./cmd/main.go compressor executes the file compressor function that compresses a csv file & logs the before & after sizes of the files

About

Repo to practice parallelism in file checking & file compression

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages