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 ( import (
"fmt" "fmt"
"log" "log"
"github.com/hekmon/transmissionrpc"
"git.sr.ht/~hyperreal/go-torrent-helper/common" "git.sr.ht/~hyperreal/go-torrent-helper/common"
"github.com/hekmon/transmissionrpc"
) )
type Debian struct { type Debian struct {

View File

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

View File

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

View File

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

View File

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

View File

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