Modrinth Support (#11)

Co-authored-by: comp500 <comp500@users.noreply.github.com>
This commit is contained in:
TheEpicBlock
2021-02-16 17:34:52 +01:00
committed by GitHub
parent f2c6b89932
commit b5b9fd6810
8 changed files with 713 additions and 2 deletions

View File

@@ -3,12 +3,12 @@ package core
import (
"encoding/hex"
"errors"
"fmt"
"io"
"net/http"
"os"
"path/filepath"
"strconv"
"fmt"
"github.com/BurntSushi/toml"
)