reformat
This commit is contained in:
parent
42518c499c
commit
1d29a3cc54
1 changed files with 5 additions and 6 deletions
3
main.go
3
main.go
|
@ -3,6 +3,7 @@ package main
|
|||
import (
|
||||
"bufio"
|
||||
"crypto/tls"
|
||||
"errors"
|
||||
"flag"
|
||||
"fmt"
|
||||
"io"
|
||||
|
@ -13,7 +14,6 @@ import (
|
|||
"path/filepath"
|
||||
"sync"
|
||||
"time"
|
||||
"errors"
|
||||
|
||||
"github.com/go-git/go-git/v5"
|
||||
"github.com/go-git/go-git/v5/config"
|
||||
|
@ -32,7 +32,6 @@ var (
|
|||
|
||||
var cm sync.Mutex
|
||||
|
||||
|
||||
func commit(
|
||||
tree *git.Worktree,
|
||||
padfile string,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue