Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
moqsien committed Feb 1, 2025
1 parent a0c634c commit ff7cd34
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions internal/luapi/gh/github_releases.go
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
package gh

/*
Get github releases
*/
2 changes: 1 addition & 1 deletion internal/luapi/json_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ function parseMapA(k, v)
return
end
function parseSlice(idx,vvv)
function parseSlice(idx, vvv)
local mapJ = initGJson(vvv)
local item = {}
item["version"] = getString(mapJ, "version")
Expand Down

0 comments on commit ff7cd34

Please sign in to comment.