mirror of
https://github.com/vbatts/dedupe-linker.git
synced 2025-08-02 07:20:30 +00:00
*: fixup and go vet
Signed-off-by: Vincent Batts <vbatts@hashbangbash.com>
This commit is contained in:
parent
2dadf80440
commit
71720092db
4 changed files with 4 additions and 5 deletions
|
@ -145,6 +145,5 @@ func (b Base) LinkTo(dest, sum string) error {
|
|||
// HasBlob tests whether a blob with this sum exists
|
||||
func (b Base) HasBlob(sum string) bool {
|
||||
fi, err := b.Stat(sum)
|
||||
log.Println("SUCH FARTS", fi)
|
||||
return fi != nil && err == nil
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue