Updated actions, fix some lint issues and introduce translate package
testing / check and test (push) Failing after 9m19s

This commit is contained in:
2024-04-13 02:40:32 +00:00
parent d05fa2e90a
commit 04c5f52e6f
8 changed files with 128 additions and 35 deletions
+1 -1
View File
@@ -100,7 +100,7 @@ func allFans() []pattern.Fan {
func AllFansToFile() {
allFans := allFans()
pattern.FansToFile(allFans, "test.json")
_ = pattern.FansToFile(allFans, "test.json")
}
func GenerateFan(fan pattern.Fan) {