feat: begin github support

This commit is contained in:
Tricked
2022-06-15 14:14:03 +02:00
committed by unilock
parent ef049968b1
commit 07033023af
5 changed files with 679 additions and 1 deletions

View File

@@ -4,12 +4,13 @@ import (
"encoding/json"
"errors"
"fmt"
"golang.org/x/exp/slices"
"io"
"net/http"
"os"
"path/filepath"
"strings"
"golang.org/x/exp/slices"
)
const UserAgent = "packwiz/packwiz"