.
This commit is contained in:
parent
f79d3742c9
commit
380aba7e6e
1 changed files with 1 additions and 1 deletions
2
main.go
2
main.go
|
|
@ -150,7 +150,7 @@ func main() {
|
||||||
panic(err)
|
panic(err)
|
||||||
}
|
}
|
||||||
|
|
||||||
if err := os.WriteFile("docs/CardList.json", enc, 0644); err != nil {
|
if err := os.WriteFile("CardList.json", enc, 0644); err != nil {
|
||||||
panic(err)
|
panic(err)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue