summaryrefslogtreecommitdiff
path: root/repo.new.go
diff options
context:
space:
mode:
Diffstat (limited to 'repo.new.go')
-rw-r--r--repo.new.go2
1 files changed, 2 insertions, 0 deletions
diff --git a/repo.new.go b/repo.new.go
index 10b5fcb..ca224e2 100644
--- a/repo.new.go
+++ b/repo.new.go
@@ -27,6 +27,8 @@ func (all *Repos) NewGoRepo(fullpath string, gopath string) (*Repo, error) {
newr := Repo{
FullPath: fullpath,
}
+ newr.Times = new(GitTimes)
+
newr.GoInfo = new(GoInfo)
newr.GoInfo.GoPath = gopath