build: apply gofmt from golang 1.17
This commit is contained in:
parent
2bc2546d5c
commit
24de896df2
178 changed files with 223 additions and 56 deletions
|
@ -3,7 +3,8 @@
|
|||
//
|
||||
// We skip tests on platforms with troublesome character mappings
|
||||
|
||||
//+build !windows,!darwin,!plan9
|
||||
//go:build !windows && !darwin && !plan9
|
||||
// +build !windows,!darwin,!plan9
|
||||
|
||||
package ftp
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue