From d77638cba12350e760893b40c606a2ae4e52b4f7 Mon Sep 17 00:00:00 2001 From: Jeffrey Serio <23226432+hyperreal64@users.noreply.github.com> Date: Thu, 26 Oct 2023 08:56:04 -0500 Subject: [PATCH] How tf did 'qpackage' get there --- debian/main.go | 4 ++-- fedora/main.go | 4 ++-- nixos/main.go | 4 ++-- parrot/main.go | 4 ++-- qubes/main.go | 4 ++-- rocky/main.go | 4 ++-- 6 files changed, 12 insertions(+), 12 deletions(-) diff --git a/debian/main.go b/debian/main.go index 3df2238..dd9b04d 100644 --- a/debian/main.go +++ b/debian/main.go @@ -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 { diff --git a/fedora/main.go b/fedora/main.go index 4e782fd..a64422a 100644 --- a/fedora/main.go +++ b/fedora/main.go @@ -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 { diff --git a/nixos/main.go b/nixos/main.go index d0d068c..1c1fbcd 100644 --- a/nixos/main.go +++ b/nixos/main.go @@ -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 { diff --git a/parrot/main.go b/parrot/main.go index e0f0336..253fa6e 100644 --- a/parrot/main.go +++ b/parrot/main.go @@ -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 { diff --git a/qubes/main.go b/qubes/main.go index fc329df..62ed17e 100644 --- a/qubes/main.go +++ b/qubes/main.go @@ -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 { diff --git a/rocky/main.go b/rocky/main.go index ea28b68..b88d19c 100644 --- a/rocky/main.go +++ b/rocky/main.go @@ -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 {