From e328f320f3f1a79b5af559e37a35ec69e6bc681d Mon Sep 17 00:00:00 2001 From: eyedeekay Date: Fri, 8 Nov 2024 14:35:54 -0500 Subject: [PATCH] Update README --- README.md | 30 +----------------------------- profile/README.md | 29 +++++++++++++++++++++++++++++ 2 files changed, 30 insertions(+), 29 deletions(-) mode change 100644 => 120000 README.md create mode 100644 profile/README.md diff --git a/README.md b/README.md deleted file mode 100644 index 7ae64b8..0000000 --- a/README.md +++ /dev/null @@ -1,29 +0,0 @@ -go-i2p -====== - -Tunnels for gophers! - -### Official source of I2P SAMv3 application development libraries: - -## Go SAMv3 library users: Notice of upcoming module path changes! - -The module path for the Go SAMv3 libraries is changing from my personal namespace(`eyedeekay`) to the `go-i2p` namespace. -This will affect you when you update your SAMv3 library versions. -The new module paths are listed below: - - * [onramp high-level development library(stable)](https://github.com/go-i2p/onramp) `import https://github.com/go-i2p/onramp` - * [gosam client development library(stable)](https://github.com/go-i2p/gosam) `import https://github.com/go-i2p/gosam` - * [sam3 client development library(stable)](https://github.com/go-i2p/sam3) `import https://github.com/go-i2p/sam3` - * [i2pkeys key handling library(stable)](https://github.com/go-i2p/i2pkeys) `import https://github.com/go-i2p/i2pkeys` - -### Official source of I2P Control development libraries: - - * [go-i2pcontrol I2P Control client(stable)](https://github.com/go-i2p/go-i2pcontrol) `import https://github.com/go-i2p/go-i2pcontrol` - -### Official source of I2P Bittorrent development libraries: - - * [go-i2p-bt I2P Bittorrent library](https://github.com/go-i2p/go-i2p-bt) `import https://github.com/go-i2p/go-i2p-bt` - -#### Official source of I2P router development libraries: - - * [go-i2p I2P router implementation(incomplete and unstable)](https://github.com/go-i2p/go-i2p) `import https://github.com/go-i2p/go-i2p` diff --git a/README.md b/README.md new file mode 120000 index 0000000..2f98490 --- /dev/null +++ b/README.md @@ -0,0 +1 @@ +profile/README.md \ No newline at end of file diff --git a/profile/README.md b/profile/README.md new file mode 100644 index 0000000..7ae64b8 --- /dev/null +++ b/profile/README.md @@ -0,0 +1,29 @@ +go-i2p +====== + +Tunnels for gophers! + +### Official source of I2P SAMv3 application development libraries: + +## Go SAMv3 library users: Notice of upcoming module path changes! + +The module path for the Go SAMv3 libraries is changing from my personal namespace(`eyedeekay`) to the `go-i2p` namespace. +This will affect you when you update your SAMv3 library versions. +The new module paths are listed below: + + * [onramp high-level development library(stable)](https://github.com/go-i2p/onramp) `import https://github.com/go-i2p/onramp` + * [gosam client development library(stable)](https://github.com/go-i2p/gosam) `import https://github.com/go-i2p/gosam` + * [sam3 client development library(stable)](https://github.com/go-i2p/sam3) `import https://github.com/go-i2p/sam3` + * [i2pkeys key handling library(stable)](https://github.com/go-i2p/i2pkeys) `import https://github.com/go-i2p/i2pkeys` + +### Official source of I2P Control development libraries: + + * [go-i2pcontrol I2P Control client(stable)](https://github.com/go-i2p/go-i2pcontrol) `import https://github.com/go-i2p/go-i2pcontrol` + +### Official source of I2P Bittorrent development libraries: + + * [go-i2p-bt I2P Bittorrent library](https://github.com/go-i2p/go-i2p-bt) `import https://github.com/go-i2p/go-i2p-bt` + +#### Official source of I2P router development libraries: + + * [go-i2p I2P router implementation(incomplete and unstable)](https://github.com/go-i2p/go-i2p) `import https://github.com/go-i2p/go-i2p`