diff options
author | Máximo Cuadros <mcuadros@gmail.com> | 2021-05-02 23:36:12 +0200 |
---|---|---|
committer | Máximo Cuadros <mcuadros@gmail.com> | 2021-05-02 23:36:12 +0200 |
commit | 67af9d7223b0cc643025d958c592291f7475ac75 (patch) | |
tree | a8d14d0e88fd57ae84c2614d7c2fb9c6527438a5 /remote.go | |
parent | c69d5331743e49d3672897cf1c552e5e123d4509 (diff) | |
download | go-git-67af9d7223b0cc643025d958c592291f7475ac75.tar.gz |
utils: ioutil, Pipe implementatio
Diffstat (limited to 'remote.go')
-rw-r--r-- | remote.go | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1125,7 +1125,7 @@ func pushHashes( allDelete bool, ) (*packp.ReportStatus, error) { - rd, wr := io.Pipe() + rd, wr := ioutil.Pipe() config, err := s.Config() if err != nil { |