Refactored source/scripts into core/source

This commit is contained in:
Lucas
2026-01-01 21:13:49 -08:00
parent 21d6a6787e
commit afbb4d1352
38 changed files with 43 additions and 43 deletions

View File

@@ -6,7 +6,7 @@ import (
"os"
"strings"
"definitive-opensource/data"
"definitive-opencore/data"
"definitive-opensource/models"
)

View File

@@ -5,7 +5,7 @@ import (
"fmt"
"strings"
"definitive-opensource/data"
"definitive-opencore/data"
)
func selectCategory(scanner *bufio.Scanner) (string, error) {

View File

@@ -4,7 +4,7 @@ import (
"bufio"
"fmt"
"definitive-opensource/data"
"definitive-opencore/data"
)
func selectPlatforms(scanner *bufio.Scanner) ([]string, error) {

View File

@@ -4,7 +4,7 @@ import (
"bufio"
"fmt"
"definitive-opensource/data"
"definitive-opencore/data"
)
func selectTags(scanner *bufio.Scanner) ([]string, error) {