goduf.go
changeset 25 129fd2cee200
parent 24 40074e33c579
child 34 b70346ff153d
equal deleted inserted replaced
24:40074e33c579 25:129fd2cee200
    17  * USA
    17  * USA
    18  */
    18  */
    19 
    19 
    20 // This program (Goduf) is a fast duplicate file finder.
    20 // This program (Goduf) is a fast duplicate file finder.
    21 // Use goduf --help to get the list of available options.
    21 // Use goduf --help to get the list of available options.
    22 
    22 //
    23 package main
       
    24 
       
    25 // Installation:
    23 // Installation:
    26 //
    24 //
    27 // % go get hg.lilotux.net/golang/mikael/goduf
    25 // % go get hg.lilotux.net/golang/mikael/goduf
       
    26 
       
    27 package main
    28 
    28 
    29 import (
    29 import (
    30 	"crypto/sha1"
    30 	"crypto/sha1"
    31 	"encoding/hex"
    31 	"encoding/hex"
    32 	"errors"
    32 	"errors"