From abd48f2bbf43a8ee772b7da09edb411f59b61064 Mon Sep 17 00:00:00 2001 From: Jeff Carr Date: Fri, 3 Oct 2025 01:10:10 -0500 Subject: init once --- structs.go | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/structs.go b/structs.go index 0191d8a..da55140 100644 --- a/structs.go +++ b/structs.go @@ -8,8 +8,7 @@ import ( // maybe an interface someday? type Forge struct { - // one-time initialized data - once sync.Once + once sync.Once // one-time initialized data Config *ForgeConfigs // config repos for readonly, private, etc Repos *gitpb.Repos // the repo protobufs Patchsets *Sets // patches that are in progress -- cgit v1.2.3