From 81a1801223dd7b0c55375ea92cef3993c2f6ec59 Mon Sep 17 00:00:00 2001 From: Jeff Carr Date: Tue, 20 Feb 2024 18:55:50 -0600 Subject: add button for checking go.sum --- structs.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'structs.go') diff --git a/structs.go b/structs.go index 19ffada..e0f60e8 100644 --- a/structs.go +++ b/structs.go @@ -33,7 +33,7 @@ type RepoList struct { shownCount *gui.Node hideFunction func(*Repo) - duration *gui.Node + duration *gui.Node } type Repo struct { -- cgit v1.2.3