Skip to content
This repository was archived by the owner on Feb 16, 2023. It is now read-only.

Commit ca4a54f

Browse files
committed
Add missing import
1 parent 5d4a17a commit ca4a54f

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

internals/cli/filemode/filemode.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
package filemode
33

44
import (
5+
"fmt"
56
"os"
67
"strconv"
78

0 commit comments

Comments
 (0)