Deploy site generated on b609d06306

This commit is contained in:
eyedeekay
2025-06-01 22:04:19 +00:00
parent 167e943f04
commit d138c19f2e
7 changed files with 22 additions and 17 deletions

View File

@ -13,7 +13,7 @@
<a href="../index.html">go-i2p/go-sam-go</a>
</h2>
<div class="repo-meta">
📝 60 commits
📝 62 commits
</div>
</div>
@ -1272,7 +1272,7 @@ and ports</p>
</main>
<footer class="page-footer">
<p>Generated on 2025-06-01 21:56:50<a href="https://github.com/go-i2p/go-sam-go" target="_blank">View on GitHub</a></p>
<p>Generated on 2025-06-01 22:04:18<a href="https://github.com/go-i2p/go-sam-go" target="_blank">View on GitHub</a></p>
</footer>
</div>
</body>

View File

@ -13,7 +13,7 @@
<a href="../index.html">go-i2p/go-sam-go</a>
</h2>
<div class="repo-meta">
📝 60 commits
📝 62 commits
</div>
</div>
@ -378,6 +378,11 @@ in milliseconds</p>
<pre><code class="language-go">func (bs *BaseSession) Close() error
</code></pre>
<h4 id="func-basesession-conn">func (*BaseSession) Conn</h4>
<pre><code class="language-go">func (bs *BaseSession) Conn() net.Conn
</code></pre>
<h4 id="func-basesession-from">func (*BaseSession) From</h4>
<pre><code class="language-go">func (bs *BaseSession) From() string
@ -938,7 +943,7 @@ addresses, 3) by asking peers in the I2P network.</p>
</main>
<footer class="page-footer">
<p>Generated on 2025-06-01 21:56:50<a href="https://github.com/go-i2p/go-sam-go" target="_blank">View on GitHub</a></p>
<p>Generated on 2025-06-01 22:04:18<a href="https://github.com/go-i2p/go-sam-go" target="_blank">View on GitHub</a></p>
</footer>
</div>
</body>

View File

@ -13,7 +13,7 @@
<a href="../index.html">go-i2p/go-sam-go</a>
</h2>
<div class="repo-meta">
📝 60 commits
📝 62 commits
</div>
</div>
@ -401,7 +401,7 @@ signature type</p>
</main>
<footer class="page-footer">
<p>Generated on 2025-06-01 21:56:50<a href="https://github.com/go-i2p/go-sam-go" target="_blank">View on GitHub</a></p>
<p>Generated on 2025-06-01 22:04:18<a href="https://github.com/go-i2p/go-sam-go" target="_blank">View on GitHub</a></p>
</footer>
</div>
</body>

View File

@ -13,7 +13,7 @@
<a href="../index.html">go-i2p/go-sam-go</a>
</h2>
<div class="repo-meta">
📝 60 commits
📝 62 commits
</div>
</div>
@ -64,7 +64,7 @@
</main>
<footer class="page-footer">
<p>Generated on 2025-06-01 21:56:50<a href="https://github.com/go-i2p/go-sam-go" target="_blank">View on GitHub</a></p>
<p>Generated on 2025-06-01 22:04:18<a href="https://github.com/go-i2p/go-sam-go" target="_blank">View on GitHub</a></p>
</footer>
</div>
</body>

View File

@ -13,7 +13,7 @@
<a href="../index.html">go-i2p/go-sam-go</a>
</h2>
<div class="repo-meta">
📝 60 commits
📝 62 commits
</div>
</div>
@ -389,7 +389,7 @@ support</p>
</main>
<footer class="page-footer">
<p>Generated on 2025-06-01 21:56:50<a href="https://github.com/go-i2p/go-sam-go" target="_blank">View on GitHub</a></p>
<p>Generated on 2025-06-01 22:04:18<a href="https://github.com/go-i2p/go-sam-go" target="_blank">View on GitHub</a></p>
</footer>
</div>
</body>

View File

@ -13,7 +13,7 @@
<a href="../index.html">go-i2p/go-sam-go</a>
</h2>
<div class="repo-meta">
📝 60 commits
📝 62 commits
</div>
</div>
@ -305,7 +305,7 @@ dialers</p>
</main>
<footer class="page-footer">
<p>Generated on 2025-06-01 21:56:50<a href="https://github.com/go-i2p/go-sam-go" target="_blank">View on GitHub</a></p>
<p>Generated on 2025-06-01 22:04:18<a href="https://github.com/go-i2p/go-sam-go" target="_blank">View on GitHub</a></p>
</footer>
</div>
</body>

View File

@ -13,7 +13,7 @@
<a href="index.html">go-i2p/go-sam-go</a>
</h2>
<div class="repo-meta">
📝 60 commits
📝 62 commits
</div>
</div>
@ -52,7 +52,7 @@
<div class="repo-stats">
<div class="repo-stat">
<span>📝</span> <span>60 commits</span>
<span>📝</span> <span>62 commits</span>
</div>
@ -76,7 +76,7 @@
<p>A pure-Go implementation of SAMv3.3 (Simple Anonymous Messaging) for I2P, focused on maintainability and clean architecture. This project is forked from <code>github.com/go-i2p/sam3</code> with reorganized code structure.</p>
<p><strong>WARNING: This is a new package. Streaming works and so does some of datagrams.</strong>
<p><strong>WARNING: This is a new package. Streaming works. Repliable datagrams work except for some harmless errors. Raw datagrams kind of work. Primary Sessions, Authenticated Datagrams, and Unauthenticated Datagrams will be supported by I2P 2.10.0</strong>
<strong>The API should not change much.</strong>
<strong>It needs more people looking at it.</strong></p>
@ -247,7 +247,7 @@ go test ./...
eyedeekay
</div>
<div class="contributor-commits">
58 commits
60 commits
</div>
</div>
</div>
@ -274,7 +274,7 @@ go test ./...
</main>
<footer class="page-footer">
<p>Generated on 2025-06-01 21:56:50<a href="https://github.com/go-i2p/go-sam-go" target="_blank">View on GitHub</a></p>
<p>Generated on 2025-06-01 22:04:18<a href="https://github.com/go-i2p/go-sam-go" target="_blank">View on GitHub</a></p>
</footer>
</div>
</body>