summaryrefslogtreecommitdiff
path: root/repo.new.go
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2025-07-07 18:52:15 -0500
committerJeff Carr <[email protected]>2025-07-07 18:52:15 -0500
commitd0616fae03cdf2160d2dce57be1cf44772b52a34 (patch)
treecae9fc3c3e01e1c20d1c7d8e7441646301d5364e /repo.new.go
parent33399f18e5add881c61e9d121f7929b4f6f3d49b (diff)
add namespacev0.0.103
Diffstat (limited to 'repo.new.go')
-rw-r--r--repo.new.go3
1 files changed, 2 insertions, 1 deletions
diff --git a/repo.new.go b/repo.new.go
index 27b21f9..64cf897 100644
--- a/repo.new.go
+++ b/repo.new.go
@@ -25,7 +25,8 @@ func (all *Repos) NewGoRepo(fullpath string, gopath string) (*Repo, error) {
// add a new one here
newr := Repo{
- FullPath: fullpath,
+ FullPath: fullpath,
+ Namespace: gopath,
}
newr.Times = new(GitTimes)