parent
940b1d8b6e
commit
8e9e19a14f
1
Makefile
1
Makefile
|
@ -3,6 +3,7 @@ all:
|
||||||
@echo Run: make redomod
|
@echo Run: make redomod
|
||||||
@echo
|
@echo
|
||||||
@# ./myrepos >/tmp/myrepos.stderr 2>&1
|
@# ./myrepos >/tmp/myrepos.stderr 2>&1
|
||||||
|
goimports -w *.go
|
||||||
|
|
||||||
redomod:
|
redomod:
|
||||||
rm -f go.*
|
rm -f go.*
|
||||||
|
|
3
git.go
3
git.go
|
@ -4,8 +4,9 @@ import (
|
||||||
"strings"
|
"strings"
|
||||||
"unicode/utf8"
|
"unicode/utf8"
|
||||||
|
|
||||||
"go.wit.com/log"
|
|
||||||
"io/ioutil"
|
"io/ioutil"
|
||||||
|
|
||||||
|
"go.wit.com/log"
|
||||||
)
|
)
|
||||||
|
|
||||||
func (rs *RepoStatus) String() string {
|
func (rs *RepoStatus) String() string {
|
||||||
|
|
Loading…
Reference in New Issue