Compare commits
1 Commits
74b67313e7
...
lotr
Author | SHA1 | Date | |
---|---|---|---|
7fc09053a4 |
1
.gitignore
vendored
1
.gitignore
vendored
@ -35,4 +35,3 @@
|
|||||||
|
|
||||||
# Go workspace file
|
# Go workspace file
|
||||||
go.work
|
go.work
|
||||||
|
|
||||||
|
6
.gitmodules
vendored
6
.gitmodules
vendored
@ -4,3 +4,9 @@
|
|||||||
[submodule "submodule/src/remote"]
|
[submodule "submodule/src/remote"]
|
||||||
path = submodule/src/remote
|
path = submodule/src/remote
|
||||||
url = git://github.com/laramiel/bazel-example-golang-remote
|
url = git://github.com/laramiel/bazel-example-golang-remote
|
||||||
|
[submodule "vendor/github.com/laramiel/bazel-example-golang-remote"]
|
||||||
|
path = vendor/github.com/laramiel/bazel-example-golang-remote
|
||||||
|
url = git://github.com/laramiel/bazel-example-golang-remote
|
||||||
|
[submodule "vendor/github.com/laramiel/bazel-example-golang-bare"]
|
||||||
|
path = vendor/github.com/laramiel/bazel-example-golang-bare
|
||||||
|
url = git://github.com/laramiel/bazel-example-golang-bare
|
||||||
|
23
BUILD
23
BUILD
@ -1,20 +1,13 @@
|
|||||||
|
load("@io_bazel_rules_go//go:def.bzl", "go_binary")
|
||||||
|
|
||||||
package(
|
package(
|
||||||
default_visibility = ["//visibility:public"],
|
default_visibility = ["//visibility:public"],
|
||||||
)
|
)
|
||||||
|
|
||||||
load("@bazel_gazelle//:def.bzl", "gazelle")
|
go_binary(
|
||||||
|
name = "hello",
|
||||||
# gazelle:prefix github.com/squk/lotr
|
srcs = ["hello.go"],
|
||||||
# gazelle:build_file_name BUILD
|
deps = [
|
||||||
gazelle(name = "gazelle")
|
"//cmd",
|
||||||
|
]
|
||||||
gazelle(
|
|
||||||
name = "gazelle-update-repos",
|
|
||||||
args = [
|
|
||||||
"-from_file=go.mod",
|
|
||||||
"-to_macro=deps.bzl%go_dependencies",
|
|
||||||
"-prune",
|
|
||||||
"-build_file_proto_mode=disable_global",
|
|
||||||
],
|
|
||||||
command = "update-repos",
|
|
||||||
)
|
)
|
||||||
|
46
WORKSPACE
46
WORKSPACE
@ -1,47 +1,23 @@
|
|||||||
|
load("@bazel_tools//tools/build_defs/repo:git.bzl", "git_repository")
|
||||||
load("@bazel_tools//tools/build_defs/repo:http.bzl", "http_archive")
|
load("@bazel_tools//tools/build_defs/repo:http.bzl", "http_archive")
|
||||||
|
|
||||||
|
# git_repository(
|
||||||
|
# name = "io_bazel_rules_go",
|
||||||
|
# remote = "https://github.com/bazelbuild/rules_go.git",
|
||||||
|
# branch = "master",
|
||||||
|
# )
|
||||||
|
|
||||||
http_archive(
|
http_archive(
|
||||||
name = "io_bazel_rules_go",
|
name = "io_bazel_rules_go",
|
||||||
sha256 = "6dc2da7ab4cf5d7bfc7c949776b1b7c733f05e56edc4bcd9022bb249d2e2a996",
|
sha256 = "6b65cb7917b4d1709f9410ffe00ecf3e160edf674b78c54a894471320862184f",
|
||||||
urls = [
|
urls = [
|
||||||
"https://mirror.bazel.build/github.com/bazelbuild/rules_go/releases/download/v0.39.1/rules_go-v0.39.1.zip",
|
"https://mirror.bazel.build/github.com/bazelbuild/rules_go/releases/download/v0.39.0/rules_go-v0.39.0.zip",
|
||||||
"https://github.com/bazelbuild/rules_go/releases/download/v0.39.1/rules_go-v0.39.1.zip",
|
"https://github.com/bazelbuild/rules_go/releases/download/v0.39.0/rules_go-v0.39.0.zip",
|
||||||
],
|
|
||||||
)
|
|
||||||
|
|
||||||
http_archive(
|
|
||||||
name = "bazel_gazelle",
|
|
||||||
sha256 = "727f3e4edd96ea20c29e8c2ca9e8d2af724d8c7778e7923a854b2c80952bc405",
|
|
||||||
urls = [
|
|
||||||
"https://mirror.bazel.build/github.com/bazelbuild/bazel-gazelle/releases/download/v0.30.0/bazel-gazelle-v0.30.0.tar.gz",
|
|
||||||
"https://github.com/bazelbuild/bazel-gazelle/releases/download/v0.30.0/bazel-gazelle-v0.30.0.tar.gz",
|
|
||||||
],
|
],
|
||||||
)
|
)
|
||||||
|
|
||||||
load("@io_bazel_rules_go//go:deps.bzl", "go_register_toolchains", "go_rules_dependencies")
|
load("@io_bazel_rules_go//go:deps.bzl", "go_register_toolchains", "go_rules_dependencies")
|
||||||
load("@bazel_gazelle//:deps.bzl", "gazelle_dependencies", "go_repository")
|
|
||||||
|
|
||||||
############################################################
|
|
||||||
# Define your own dependencies here using go_repository.
|
|
||||||
# Else, dependencies declared by rules_go/gazelle will be used.
|
|
||||||
# The first declaration of an external repository "wins".
|
|
||||||
############################################################
|
|
||||||
|
|
||||||
go_repository(
|
|
||||||
name = "com_github_davecgh_go_spew",
|
|
||||||
build_file_proto_mode = "disable_global",
|
|
||||||
importpath = "github.com/davecgh/go-spew",
|
|
||||||
sum = "h1:vj9j/u1bqnvCEfJOwUhtlOARqs3+rkHYY13jYWTU97c=",
|
|
||||||
version = "v1.1.1",
|
|
||||||
)
|
|
||||||
|
|
||||||
load("//:deps.bzl", "go_dependencies")
|
|
||||||
|
|
||||||
# gazelle:repository_macro deps.bzl%go_dependencies
|
|
||||||
go_dependencies()
|
|
||||||
|
|
||||||
go_rules_dependencies()
|
go_rules_dependencies()
|
||||||
|
|
||||||
go_register_toolchains(version = "1.20.4")
|
go_register_toolchains(version = "1.19.3")
|
||||||
|
|
||||||
gazelle_dependencies()
|
|
||||||
|
@ -1,8 +1,8 @@
|
|||||||
load("@io_bazel_rules_go//go:def.bzl", "go_library")
|
load("@io_bazel_rules_go//go:def.bzl", "go_library")
|
||||||
|
|
||||||
go_library(
|
go_library(
|
||||||
name = "types",
|
name ="cmd",
|
||||||
srcs = ["card.go"],
|
srcs = [ "cmd.go" ],
|
||||||
importpath = "github.com/squk/lotr/extract/types",
|
|
||||||
visibility = ["//visibility:public"],
|
visibility = ["//visibility:public"],
|
||||||
|
importpath= "github.com/squk/lotr/cmd"
|
||||||
)
|
)
|
9
cmd/cmd.go
Normal file
9
cmd/cmd.go
Normal file
@ -0,0 +1,9 @@
|
|||||||
|
package main
|
||||||
|
|
||||||
|
import (
|
||||||
|
"fmt"
|
||||||
|
)
|
||||||
|
|
||||||
|
func main() {
|
||||||
|
fmt.Println("Hello World. Cmd")
|
||||||
|
}
|
@ -1,2 +0,0 @@
|
|||||||
exports_files(glob(["*.json"]))
|
|
||||||
# exports_files(["Export.Cards.json"])
|
|
@ -1,3 +0,0 @@
|
|||||||
package(
|
|
||||||
default_visibility = ["//visibility:public"],
|
|
||||||
)
|
|
@ -1,22 +0,0 @@
|
|||||||
load("@io_bazel_rules_go//go:def.bzl", "go_binary", "go_library")
|
|
||||||
|
|
||||||
go_library(
|
|
||||||
name = "cmd_lib",
|
|
||||||
srcs = ["main.go"],
|
|
||||||
data = [
|
|
||||||
"//data:Bot.Cards.json",
|
|
||||||
"//data:Export.Cards.json"
|
|
||||||
],
|
|
||||||
importpath = "github.com/squk/lotr/extract/cmd",
|
|
||||||
visibility = ["//visibility:private"],
|
|
||||||
deps = [
|
|
||||||
"//extract/types",
|
|
||||||
"@com_github_davecgh_go_spew//spew",
|
|
||||||
],
|
|
||||||
)
|
|
||||||
|
|
||||||
go_binary(
|
|
||||||
name = "cmd",
|
|
||||||
embed = [":cmd_lib"],
|
|
||||||
visibility = ["//visibility:public"],
|
|
||||||
)
|
|
@ -1,31 +0,0 @@
|
|||||||
package main
|
|
||||||
|
|
||||||
import (
|
|
||||||
"encoding/json"
|
|
||||||
"fmt"
|
|
||||||
"io/ioutil"
|
|
||||||
"os"
|
|
||||||
"github.com/squk/lotr/extract/types"
|
|
||||||
"github.com/davecgh/go-spew/spew"
|
|
||||||
)
|
|
||||||
|
|
||||||
func main() {
|
|
||||||
fmt.Println("LOTR CARD PARSE")
|
|
||||||
|
|
||||||
|
|
||||||
// Open our jsonFile
|
|
||||||
jsonFile, err := os.Open("./data/Bot.Cards.json")
|
|
||||||
// if we os.Open returns an error then handle it
|
|
||||||
if err != nil {
|
|
||||||
fmt.Println(err)
|
|
||||||
return
|
|
||||||
}
|
|
||||||
fmt.Println("Successfully Opened users.json")
|
|
||||||
// defer the closing of our jsonFile so that we can parse it later on
|
|
||||||
defer jsonFile.Close()
|
|
||||||
|
|
||||||
byteValue, _ := ioutil.ReadAll(jsonFile)
|
|
||||||
c := []types.Card{}
|
|
||||||
json.Unmarshal(byteValue, &c)
|
|
||||||
spew.Dump(c)
|
|
||||||
}
|
|
@ -1,35 +0,0 @@
|
|||||||
package types
|
|
||||||
|
|
||||||
type Card struct {
|
|
||||||
PackCode string `json:"pack_code"`
|
|
||||||
PackName string `json:"pack_name"`
|
|
||||||
IsOfficial bool `json:"is_official"`
|
|
||||||
TypeCode string `json:"type_code"`
|
|
||||||
TypeName string `json:"type_name"`
|
|
||||||
SphereCode string `json:"sphere_code"`
|
|
||||||
SphereName string `json:"sphere_name"`
|
|
||||||
Position int `json:"position"`
|
|
||||||
Code string `json:"code"`
|
|
||||||
Name string `json:"name"`
|
|
||||||
Traits string `json:"traits"`
|
|
||||||
Text string `json:"text"`
|
|
||||||
Flavor string `json:"flavor"`
|
|
||||||
IsUnique bool `json:"is_unique"`
|
|
||||||
Threat int `json:"threat"`
|
|
||||||
Willpower int `json:"willpower"`
|
|
||||||
Attack int `json:"attack"`
|
|
||||||
Defense int `json:"defense"`
|
|
||||||
Health int `json:"health"`
|
|
||||||
Quantity int `json:"quantity"`
|
|
||||||
DeckLimit int `json:"deck_limit"`
|
|
||||||
Illustrator string `json:"illustrator"`
|
|
||||||
Octgnid string `json:"octgnid"`
|
|
||||||
HasErrata bool `json:"has_errata"`
|
|
||||||
URL string `json:"url"`
|
|
||||||
Imagesrc string `json:"imagesrc"`
|
|
||||||
Versions []struct {
|
|
||||||
SetName string `json:"set_name"`
|
|
||||||
Year string `json:"year"`
|
|
||||||
URL string `json:"url"`
|
|
||||||
} `json:"versions"`
|
|
||||||
}
|
|
5
go.mod
5
go.mod
@ -1,5 +0,0 @@
|
|||||||
module github.com/squk/lotr
|
|
||||||
|
|
||||||
go 1.19
|
|
||||||
|
|
||||||
require github.com/davecgh/go-spew v1.1.1
|
|
2
go.sum
2
go.sum
@ -1,2 +0,0 @@
|
|||||||
github.com/davecgh/go-spew v1.1.1 h1:vj9j/u1bqnvCEfJOwUhtlOARqs3+rkHYY13jYWTU97c=
|
|
||||||
github.com/davecgh/go-spew v1.1.1/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38=
|
|
9
hello.go
Normal file
9
hello.go
Normal file
@ -0,0 +1,9 @@
|
|||||||
|
package main
|
||||||
|
|
||||||
|
import (
|
||||||
|
"fmt"
|
||||||
|
)
|
||||||
|
|
||||||
|
func main() {
|
||||||
|
fmt.Println("Hello World")
|
||||||
|
}
|
7
vendor/github.com/laramiel/BUILD
generated
vendored
Normal file
7
vendor/github.com/laramiel/BUILD
generated
vendored
Normal file
@ -0,0 +1,7 @@
|
|||||||
|
load("@io_bazel_rules_go//go:def.bzl", "go_library")
|
||||||
|
|
||||||
|
go_library(
|
||||||
|
name = "bare",
|
||||||
|
srcs = ["bazel-example-golang-bare/bare.go"],
|
||||||
|
visibility = ["//visibility:public"],
|
||||||
|
)
|
1
vendor/github.com/laramiel/bazel-example-golang-bare
generated
vendored
Submodule
1
vendor/github.com/laramiel/bazel-example-golang-bare
generated
vendored
Submodule
Submodule vendor/github.com/laramiel/bazel-example-golang-bare added at 3bd848fc12
1
vendor/github.com/laramiel/bazel-example-golang-remote
generated
vendored
Submodule
1
vendor/github.com/laramiel/bazel-example-golang-remote
generated
vendored
Submodule
Submodule vendor/github.com/laramiel/bazel-example-golang-remote added at 4a9199be6e
Reference in New Issue
Block a user