mirror of
https://github.com/gotenberg/gotenberg.git
synced 2026-08-16 12:22:17 +01:00
chore: minor godoc refactoring
This commit is contained in:
@@ -14,7 +14,7 @@ type FileSystem struct {
|
||||
workingDir string
|
||||
}
|
||||
|
||||
// NewFileSystem initializes a new FileSystem instance with a unique working
|
||||
// NewFileSystem initializes a new [FileSystem] instance with a unique working
|
||||
// directory.
|
||||
func NewFileSystem() *FileSystem {
|
||||
return &FileSystem{
|
||||
|
||||
Reference in New Issue
Block a user