Rename project to rbheap

This commit is contained in:
2018-07-08 03:09:55 +01:00
parent 85cf2ac225
commit dc69bb73b9
7 changed files with 16 additions and 17 deletions

View File

@@ -3,7 +3,7 @@ package leak
import (
"fmt"
"github.com/jimeh/rbheapleak/obj"
"github.com/jimeh/rbheap/obj"
)
func NewFinder(file1, file2, file3 string) *Finder {