mirror of
https://github.com/mustbeperfect/definitive-opensource.git
synced 2026-04-27 03:05:40 +02:00
Refactored source/scripts into core/source
This commit is contained in:
@@ -6,7 +6,7 @@ import (
|
||||
"os"
|
||||
"strings"
|
||||
|
||||
"definitive-opensource/data"
|
||||
"definitive-opencore/data"
|
||||
"definitive-opensource/models"
|
||||
)
|
||||
|
||||
|
||||
@@ -5,7 +5,7 @@ import (
|
||||
"fmt"
|
||||
"strings"
|
||||
|
||||
"definitive-opensource/data"
|
||||
"definitive-opencore/data"
|
||||
)
|
||||
|
||||
func selectCategory(scanner *bufio.Scanner) (string, error) {
|
||||
|
||||
@@ -4,7 +4,7 @@ import (
|
||||
"bufio"
|
||||
"fmt"
|
||||
|
||||
"definitive-opensource/data"
|
||||
"definitive-opencore/data"
|
||||
)
|
||||
|
||||
func selectPlatforms(scanner *bufio.Scanner) ([]string, error) {
|
||||
|
||||
@@ -4,7 +4,7 @@ import (
|
||||
"bufio"
|
||||
"fmt"
|
||||
|
||||
"definitive-opensource/data"
|
||||
"definitive-opencore/data"
|
||||
)
|
||||
|
||||
func selectTags(scanner *bufio.Scanner) ([]string, error) {
|
||||
|
||||
Reference in New Issue
Block a user