Skip to content

josithg/go_checksum

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

compiling from source

git clone https://github.com/josithg/go_checksum.git
cd go_checksum 
go mod tidy
go build -o main 
  • or alternatively
go build -o main.exe 

Alternatively compiling from source in Linux

  • if this is too much work just run the build.sh if you are on Linux
git clone https://github.com/josithg/go_checksum.git
cd go_checksum
chmod +x build.sh
./build.sh

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

No packages published