Skip to content

Commit

Permalink
Fix package import.
Browse files Browse the repository at this point in the history
Remove old Makefile.
  • Loading branch information
juli4n committed Nov 24, 2013
1 parent fc336b1 commit ade3091
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 32 deletions.
31 changes: 0 additions & 31 deletions expiry/Makefile

This file was deleted.

2 changes: 1 addition & 1 deletion heapexpiringstorage.go
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ package main

import (
"container/heap"
"gocached/expiry"
"github.com/julian-gutierrez-o/gocached/expiry"
"time"
)

Expand Down

0 comments on commit ade3091

Please sign in to comment.