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

Commit

Permalink
deprecate this repo (#25)
Browse files Browse the repository at this point in the history
  • Loading branch information
marten-seemann authored Jan 15, 2022
1 parent 5fafa0f commit 802a8b0
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 2 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# DEPRECATION NOTICE

This repository is not maintained any longer.

## go-sockaddr - `{Raw,}Sockaddr` conversions

See https://groups.google.com/d/msg/golang-nuts/B-meiFfkmH0/-TxP1r6zvk8J
Expand Down
3 changes: 2 additions & 1 deletion net/net.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
// package sockaddrnet provides conversions between net.Addr and Sockaddr
// Package sockaddrnet provides conversions between net.Addr and Sockaddr
// Deprecated: This package is not maintained any longer.
package sockaddrnet

import (
Expand Down
1 change: 1 addition & 0 deletions sockaddr.go
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
// Deprecated: This package is not maintained any longer.
package sockaddr

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.1"
"version": "v0.2.0"
}

0 comments on commit 802a8b0

Please sign in to comment.