Skip to content

Commit

Permalink
filter: add vanity import comment
Browse files Browse the repository at this point in the history
  • Loading branch information
robpike committed Jan 8, 2015
1 parent 4f0d382 commit 207ea36
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apply.go
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

// Package filter contains utility functions for filtering slices through the
// distributed application of a filter function
package filter
package filter // import "robpike.io/filter"

import (
"reflect"
Expand Down

0 comments on commit 207ea36

Please sign in to comment.