This commit is contained in:
Shreyas Goenka 2023-06-19 01:39:36 +02:00
parent 90b80eb91b
commit ec19fe21dc
No known key found for this signature in database
GPG Key ID: 92A07DF49CCB0622
1 changed files with 1 additions and 1 deletions

View File

@ -12,7 +12,7 @@ type UnixRootPath struct {
rootPath string rootPath string
} }
// NewUnixRootPath constructs and returns [RootPath]. // NewUnixRootPath constructs and returns [UnixRootPath].
// The named path is cleaned on construction. // The named path is cleaned on construction.
func NewUnixRootPath(name string) UnixRootPath { func NewUnixRootPath(name string) UnixRootPath {
return UnixRootPath{ return UnixRootPath{