build: apply gofmt from golang 1.17

This commit is contained in:
Ivan Andreev
2021-09-09 20:43:59 +03:00
parent 2bc2546d5c
commit 24de896df2
178 changed files with 223 additions and 56 deletions
+1
View File
@@ -1,5 +1,6 @@
// Package mount implements a FUSE mounting system for rclone remotes.
//go:build linux || (darwin && amd64)
// +build linux darwin,amd64
package mount2