Skip to content
This repository was archived by the owner on Jun 7, 2024. It is now read-only.

Commit b648df0

Browse files
committed
[main] move file to fgit
1 parent a0712a2 commit b648df0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

fastgit.go renamed to fgit.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,11 @@ package main
33
import (
44
"bytes"
55
"fmt"
6+
"io/ioutil"
67
"os"
78
"os/exec"
89
"path"
910
"strings"
10-
"io/ioutil"
1111
)
1212

1313
func convertToFastGit() bool {

0 commit comments

Comments
 (0)