connection feature in work

This commit is contained in:
Gregory Bednov 2025-07-12 21:01:30 +03:00
commit a53a500fd7
5 changed files with 145 additions and 72 deletions

View file

@ -68,7 +68,6 @@ func GetPublicPeers() []url.URL {
if err != nil {
return nil
}
print(d.Name())
if d.IsDir() || !strings.HasSuffix(d.Name(), ".md") || d.Name() == "README.md" {
return nil
}