This commit is contained in:
2025-04-05 12:18:58 +11:00
parent 4be44c4eb2
commit dab30b4938
72 changed files with 132 additions and 72 deletions

View File

@@ -2,9 +2,10 @@ package igdb
import (
"fmt"
pb "github/bestnite/go-igdb/proto"
"strings"
pb "github.com/bestnite/go-igdb/proto"
"google.golang.org/protobuf/proto"
)