1
0
mirror of https://github.com/rclone/rclone.git synced 2026-01-04 17:43:50 +00:00

build: apply gofmt from golang 1.17

This commit is contained in:
Ivan Andreev
2021-09-09 15:25:25 +03:00
committed by Nick Craig-Wood
parent 21d84df81b
commit 9c27e080b3
176 changed files with 220 additions and 55 deletions

View File

@@ -1,4 +1,5 @@
//+build gofuzz
//go:build gofuzz
// +build gofuzz
package filename

View File

@@ -1,4 +1,5 @@
//+build ignore
//go:build ignore
// +build ignore
package main

View File

@@ -1,3 +1,4 @@
//go:build go1.13
// +build go1.13
package filename