This commit is contained in:
blank X 2021-08-11 20:22:30 +07:00
parent 301edec262
commit 6926e9f3e4
Signed by: blankie
GPG Key ID: CC15FC822C7F61F5
4 changed files with 25 additions and 24 deletions

16
main.go
View File

@ -1,18 +1,18 @@
package main
import (
"os"
"fmt"
"log"
"sort"
"time"
"errors"
"context"
"strings"
"net/url"
"crypto/x509"
"encoding/xml"
"errors"
"fmt"
"log"
"net/url"
"os"
"path/filepath"
"sort"
"strings"
"time"
"git.sr.ht/~adnano/go-gemini"
"git.sr.ht/~adnano/go-gemini/tofu"

View File

@ -1,9 +1,9 @@
package main
import (
"time"
"strings"
"encoding/xml"
"strings"
"time"
"git.sr.ht/~adnano/go-gemini"
)
@ -41,6 +41,7 @@ type FeedItem struct {
}
type ByTime []FeedItem
func (a ByTime) Len() int {
return len(a)
}

View File

@ -1,12 +1,12 @@
package main
import (
"os"
"bufio"
"net/url"
"os"
"path/filepath"
"strconv"
"strings"
"net/url"
"path/filepath"
"git.sr.ht/~adnano/go-gemini"
)

View File

@ -1,11 +1,11 @@
package main
import (
"os"
"bufio"
"strings"
"net/url"
"os"
"path/filepath"
"strings"
)
var predirs map[string]*url.URL