From 41317685c52d6e0dd29f9fab6d7d170dc8e678ce Mon Sep 17 00:00:00 2001 From: idk Date: Sun, 28 Aug 2022 13:36:46 -0400 Subject: [PATCH] update index.html --- index.html | 52 +++++++++++++++++++++++++++++++++++++++++---------- showhider.css | 10 ++++++++++ 2 files changed, 52 insertions(+), 10 deletions(-) create mode 100644 showhider.css diff --git a/index.html b/index.html index 3898e00..2fd6498 100644 --- a/index.html +++ b/index.html @@ -7,6 +7,7 @@ +

- - README + + + README

+ + + !!IMPORTANT!!

- In the next version, I’ll be moving the + In the next version, I'll be moving the i2pkeys - directory to it’s own repository + directory to it's own repository so I can avoid import cycle headaches. Please migrate to the new i2pkeys @@ -50,9 +55,14 @@ repository before upgrading your sam3 dependencies. You can probably do this by running:

-
find . -name '*.go' -exec sed -i 's|github.com/eyedeekay/sam3/i2pkeys|github.com/eyedeekay/i2pkeys|g' {} \;
-
+
+
find . -name '*.go' -exec sed -i 's|github.com/eyedeekay/sam3/i2pkeys|github.com/eyedeekay/i2pkeys|g' {} \;
+
+

+ + + README

@@ -66,6 +76,9 @@ This library is much better than ccondom (that use BOB), much more stable and much easier to maintain.

+ + + Support/TODO

@@ -133,6 +146,9 @@

+ + + Documentation

+ + + Examples

-
package main
+    
+
package main
 
 import (
 	"github.com/eyedeekay/sam3"
@@ -193,17 +213,23 @@ func main() {
 	n, _ := conn.Read(buf)
 	fmt.Println("Server received: " + string(buf[:n]))
 }
-
+
+

The above will write to the terminal:

-
Client: Connecting to zjnvfh4hs3et5vtz35ogwzrws26zvwkcad5uo5esecvg4qpk5b4a.b32.i2p
+    
+
Client: Connecting to zjnvfh4hs3et5vtz35ogwzrws26zvwkcad5uo5esecvg4qpk5b4a.b32.i2p
 Server received: Hello world!
-
+
+

Error handling was omitted in the above code for readability.

+ + + Testing

+ + + License

Public domain.

+ + + Author