Source File
fsfunc.go
Belonging Package
github.com/gookit/goutil/internal/comfunc
package comfuncimport// JoinPaths2 elements, like the filepath.Join()func ( string, []string) string {:= make([]string, len()+1)[0] =copy([1:], )return filepath.Join(...)}// JoinPaths3 elements, like the filepath.Join()func (, string, []string) string {:= make([]string, len()+2)[0] =[1] =copy([2:], )return filepath.Join(...)}
![]() |
The pages are generated with Golds v0.8.4. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |