build: reformat comments to pass go1.19 vet
See: https://go.dev/doc/go1.19#go-doc
This commit is contained in:
@@ -8,7 +8,7 @@ package cmount
|
||||
|
||||
import (
|
||||
"errors"
|
||||
|
||||
|
||||
"github.com/rclone/rclone/cmd/mountlib"
|
||||
"github.com/rclone/rclone/vfs"
|
||||
)
|
||||
|
||||
@@ -4,9 +4,9 @@
|
||||
package cmount
|
||||
|
||||
import (
|
||||
"errors"
|
||||
"fmt"
|
||||
"os"
|
||||
"errors"
|
||||
"path/filepath"
|
||||
"regexp"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user