GUI for check integrity to downloaded files written with Golang. TR: İndirilen dosyaların bütünlüğünü kontrol etmek için Golan ile yazılmış grafik arabirim uygulaması.
GUI for check integrity to downloaded files written with Golang.
İndirilen dosyaların bütünlüğünü kontrol etmek için Golang ile yazılmış grafik arabirim uygulaması.
open a command prompt or terminal
git clone https://github.com/ertane/ViSum.git
cd ViSum
for windows
go build -o ViSum.exe main.go
for linux
go build -o ViSum main.go
Added copy option for checksum. Closed issue #1
Code is distributed under MIT license, feel free to use it in your proprietary
projects as well.