diff options
author | Gabriel A. Giovanini <mail@gabrielgio.me> | 2024-04-08 22:13:25 +0200 |
---|---|---|
committer | Gabriel A. Giovanini <mail@gabrielgio.me> | 2024-04-08 22:13:25 +0200 |
commit | b716d519f8c369e0f97402d7dc8f2ee4911eed58 (patch) | |
tree | 874ec80d3f7904605bda0e06c22a73dd73722333 /examples | |
parent | 8049a4e0decd7b233cf2c2339ad0e57a0a029898 (diff) | |
download | pipe-b716d519f8c369e0f97402d7dc8f2ee4911eed58.tar.gz pipe-b716d519f8c369e0f97402d7dc8f2ee4911eed58.tar.bz2 pipe-b716d519f8c369e0f97402d7dc8f2ee4911eed58.zip |
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 ( |