4e7d474fb3
FIXED: * tplx/sprigx would throw errors on dnsx.IsPtr, because it returns a bool and net.IP instead of a boolen and optional error. Fixed by adding dnsx.IsPtrChk and using that instead.
5 lines
69 B
Go
5 lines
69 B
Go
/*
|
|
Package fsx provides some enhancements to [io/fs].
|
|
*/
|
|
package fsx
|