goduf.go
changeset 24 40074e33c579
parent 23 9ce0f2e2a33f
child 25 129fd2cee200
equal deleted inserted replaced
23:9ce0f2e2a33f 24:40074e33c579
    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
    23 package main
    24 
    24 
       
    25 // Installation:
       
    26 //
       
    27 // % go get hg.lilotux.net/golang/mikael/goduf
       
    28 
    25 import (
    29 import (
    26 	"crypto/sha1"
    30 	"crypto/sha1"
    27 	"encoding/hex"
    31 	"encoding/hex"
    28 	"errors"
    32 	"errors"
    29 	"flag"
    33 	"flag"