Ran go fmt on code.

main
diff 2020-11-13 05:34:00 +00:00
parent 61f9a6e395
commit 4476d0f449
1 changed files with 10 additions and 10 deletions

12
main.go
View File

@ -1,15 +1,15 @@
package main
import (
"fmt"
"bufio"
"flag"
"path"
"path/filepath"
"os"
"os/user"
"fmt"
"io"
"io/ioutil"
"bufio"
"os"
"os/user"
"path"
"path/filepath"
"strings"
"time"
)