diff options
author | Máximo Cuadros <mcuadros@gmail.com> | 2017-02-01 10:50:14 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-02-01 10:50:14 +0100 |
commit | a9920b123ba1f6819a8c03209582d4d28e9fd831 (patch) | |
tree | f9d4910cf7926dae1f4231390d776b9f942c85dd | |
parent | 26095380851db820e95f46983109b4b846dadbba (diff) | |
download | go-git-a9920b123ba1f6819a8c03209582d4d28e9fd831.tar.gz |
removing import rule, to try to get godoc runningv4.0.0-rc9
-rw-r--r-- | doc.go | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -7,4 +7,4 @@ // It is highly extensible, we have been following the open/close principle in // its design to facilitate extensions, mainly focusing the efforts on the // persistence of the objects. -package git // import "srcd.works/go-git.v4" +package git |