Skip to content

Commit

Permalink
For golint, add the comment to public function
Browse files Browse the repository at this point in the history
  • Loading branch information
hymkor committed Feb 14, 2022
1 parent db7bca0 commit 7512a6c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions wait.go
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ func wait(pid int) error {
return err
}

// Wait is the implement of the lua-function `wait`
func Wait(L *lua.LState) int {
pid, ok := L.Get(1).(lua.LNumber)
if !ok {
Expand Down

0 comments on commit 7512a6c

Please sign in to comment.