main: autoformat import block
The autoformatter now always wants to move the ensurefds012 import into the import block. Accept it and fix the spelling of "alphabetically".
This commit is contained in:
parent
f53f52b046
commit
527e72bf80
10
cli_args.go
10
cli_args.go
@ -1,11 +1,11 @@
|
|||||||
package main
|
package main
|
||||||
|
|
||||||
// Should be initialized before anything else.
|
|
||||||
// This import line MUST be in the alphabitcally first source code file of
|
|
||||||
// package main!
|
|
||||||
import _ "github.com/rfjakob/gocryptfs/internal/ensurefds012"
|
|
||||||
|
|
||||||
import (
|
import (
|
||||||
|
// Should be initialized before anything else.
|
||||||
|
// This import line MUST be in the alphabetically first source code file of
|
||||||
|
// package main!
|
||||||
|
_ "github.com/rfjakob/gocryptfs/internal/ensurefds012"
|
||||||
|
|
||||||
"fmt"
|
"fmt"
|
||||||
"net"
|
"net"
|
||||||
"os"
|
"os"
|
||||||
|
Loading…
Reference in New Issue
Block a user