Skip to content

Commit 29a2c16

Browse files
committed
add godoc for Abs
1 parent 279aa8f commit 29a2c16

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

filepath/api.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ import (
77
lua "github.com/yuin/gopher-lua"
88
)
99

10+
// Abs returns an absolute representation of path.
1011
func Abs(L *lua.LState) int {
1112
path := L.CheckString(1)
1213
ret, err := filepath.Abs(path)

0 commit comments

Comments
 (0)