From ac2958e5598a33230caa81a307cde211f1be07cc Mon Sep 17 00:00:00 2001 From: Jeff Carr Date: Sat, 18 Jan 2025 15:48:52 -0600 Subject: code now moved to gitpb --- structs.go | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'structs.go') diff --git a/structs.go b/structs.go index 7436ea3..72f7fa6 100644 --- a/structs.go +++ b/structs.go @@ -10,8 +10,8 @@ type RepoStatus struct { ready bool changed bool // keeps track of changes that might have happened changes string - tags map[string]string - InitOk bool // it takes a second or so to init these + // tags map[string]string + InitOk bool // it takes a second or so to init these pb *gitpb.Repo // the protobuf @@ -74,7 +74,7 @@ type RepoStatus struct { speed *gadgets.OneLiner speedActual *gadgets.OneLiner - gitConfig *GitConfig + // gitConfig *GitConfig // goConfig GoConfig switchBranchB *gui.Node -- cgit v1.2.3