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

Commit 4133541

Browse files
deprecate this repo (#44)
1 parent f3e9655 commit 4133541

File tree

3 files changed

+6
-1
lines changed

3 files changed

+6
-1
lines changed

README.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# DEPRECATION NOTICE
2+
3+
Most of the functions were moved to [github.com/multiformats/go-multiaddr](https://github.com/multiformats/go-multiaddr).
4+
15
go-addr-util
26
==================
37

addr.go

+1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
// Deprecated: Most of the functions were moved to github.com/multiformats/go-multiaddr.
12
package addrutil
23

34
import (

version.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
"version": "v0.1.0"
2+
"version": "v0.2.0"
33
}

0 commit comments

Comments
 (0)