diff options
Diffstat (limited to 'examples')
| -rw-r--r-- | examples/countlines.go | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/countlines.go b/examples/countlines.go index 000efa5..4a043b5 100644 --- a/examples/countlines.go +++ b/examples/countlines.go @@ -9,7 +9,7 @@ import (  	"path/filepath"  	"unicode/utf8" -	"git.sr.ht/~gabrielgio/pipe" +	"git.gabrielgio.me/pipe"  )  var (  | 
