Skip to content
This repository has been archived by the owner on Jan 3, 2022. It is now read-only.

deprecate this repo #44

Merged
merged 1 commit into from
Jan 3, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# DEPRECATION NOTICE

Most of the functions were moved to [github.com/multiformats/go-multiaddr](https://github.com/multiformats/go-multiaddr).

go-addr-util
==================

Expand Down
1 change: 1 addition & 0 deletions addr.go
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
// Deprecated: Most of the functions were moved to github.com/multiformats/go-multiaddr.
package addrutil

import (
Expand Down
2 changes: 1 addition & 1 deletion version.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
"version": "v0.1.0"
"version": "v0.2.0"
}