Changed module name to github Path, and minor changes

This commit is contained in:
Pablu23
2024-04-04 09:55:29 +02:00
parent 58344d4def
commit 56fc884952
6 changed files with 15 additions and 15 deletions

View File

@@ -4,10 +4,10 @@ import (
"bytes"
_ "embed"
"fmt"
"github.com/pablu23/mangaGetter/internal/database"
"github.com/pablu23/mangaGetter/internal/provider"
"github.com/pablu23/mangaGetter/internal/view"
"io"
"mangaGetter/internal/database"
"mangaGetter/internal/provider"
"mangaGetter/internal/view"
"net/http"
"path/filepath"
"strconv"