Skip to content

tranduythanh/checksum

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 

Repository files navigation

checksum

GoDoc

Computing message digest in golang for potentially large files.

Install

go get github/TranDuyThanh/checksum/md5

Usage

package main

import (
	"fmt"
	"github/TranDuyThanh/checksum/md5"
)

func main() {
	file := "/home/jerry/Downloads/ubuntu-gnome-15.04-desktop-amd64.iso"
	md5sum, _ := md5.MD5sum(file)
	fmt.Println(md5sum)
}

About

Message digest for large files in Golang

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Go 100.0%