How tf did 'qpackage' get there

This commit is contained in:
Jeffrey Serio 2023-10-26 08:56:04 -05:00
parent a854f3863e
commit d77638cba1
6 changed files with 12 additions and 12 deletions

4
debian/main.go vendored
View File

@ -1,11 +1,11 @@
qpackage debian
package debian
import (
"fmt"
"log"
"github.com/hekmon/transmissionrpc"
"git.sr.ht/~hyperreal/go-torrent-helper/common"
"github.com/hekmon/transmissionrpc"
)
type Debian struct {

View File

@ -1,13 +1,13 @@
qpackage fedora
package fedora
import (
"fmt"
"log"
"strings"
"git.sr.ht/~hyperreal/go-torrent-helper/common"
"github.com/PuerkitoBio/goquery"
"github.com/hekmon/transmissionrpc"
"git.sr.ht/~hyperreal/go-torrent-helper/common"
)
type Fedora struct {

View File

@ -1,4 +1,4 @@
qpackage nixos
package nixos
import (
"encoding/json"
@ -6,8 +6,8 @@ import (
"io/ioutil"
"log"
"github.com/hekmon/transmissionrpc"
"git.sr.ht/~hyperreal/go-torrent-helper/common"
"github.com/hekmon/transmissionrpc"
)
type Nixos struct {

View File

@ -1,13 +1,13 @@
qpackage parrot
package parrot
import (
"fmt"
"log"
"strings"
"git.sr.ht/~hyperreal/go-torrent-helper/common"
"github.com/PuerkitoBio/goquery"
"github.com/hekmon/transmissionrpc"
"git.sr.ht/~hyperreal/go-torrent-helper/common"
)
type Parrot struct {

View File

@ -1,13 +1,13 @@
qpackage qubes
package qubes
import (
"fmt"
"log"
"strings"
"git.sr.ht/~hyperreal/go-torrent-helper/common"
"github.com/PuerkitoBio/goquery"
"github.com/hekmon/transmissionrpc"
"git.sr.ht/~hyperreal/go-torrent-helper/common"
)
type Qubes struct {

View File

@ -1,13 +1,13 @@
qpackage rocky
package rocky
import (
"fmt"
"log"
"strings"
"git.sr.ht/~hyperreal/go-torrent-helper/common"
"github.com/PuerkitoBio/goquery"
"github.com/hekmon/transmissionrpc"
"git.sr.ht/~hyperreal/go-torrent-helper/common"
)
type Rocky struct {