connection feature in work
This commit is contained in:
parent
a7943e6301
commit
a53a500fd7
5 changed files with 145 additions and 72 deletions
|
|
@ -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
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue