Skip to content

Commit

Permalink
import path
Browse files Browse the repository at this point in the history
  • Loading branch information
patrickxb committed Mar 23, 2015
1 parent 2147bd2 commit 1455851
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rotate.go
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
// It will also only keep a fixed number of files.
// It can be used anywhere an io.Writer is used, for example in
// log.SetOutput().
package rotate
package rotate // import "stathat.com/c/rotate"

import (
"errors"
Expand Down

0 comments on commit 1455851

Please sign in to comment.