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 | |
parent | 8049a4e0decd7b233cf2c2339ad0e57a0a029898 (diff) | |
download | pipe-b716d519f8c369e0f97402d7dc8f2ee4911eed58.tar.gz pipe-b716d519f8c369e0f97402d7dc8f2ee4911eed58.tar.bz2 pipe-b716d519f8c369e0f97402d7dc8f2ee4911eed58.zip |
-rw-r--r-- | examples/countlines.go | 2 | ||||
-rw-r--r-- | go.mod | 2 |
2 files changed, 2 insertions, 2 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 ( @@ -1,3 +1,3 @@ -module git.sr.ht/~gabrielgio/pipe +module git.gabrielgio.me/pipe go 1.21.4 |