From 7d57129d8530d6a8393fc7b8060ad02aaf028cea Mon Sep 17 00:00:00 2001 From: Jeff Carr Date: Wed, 29 Oct 2025 14:15:18 -0500 Subject: puts .so files in /usr/lib/plugins --- structs.go | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 structs.go (limited to 'structs.go') diff --git a/structs.go b/structs.go new file mode 100644 index 0000000..fdcae67 --- /dev/null +++ b/structs.go @@ -0,0 +1,14 @@ +package main + +import ( + "go.wit.com/dev/alexflint/arg" + "go.wit.com/lib/protobuf/forgepb" +) + +var me *mainType + +// this app's variables +type mainType struct { + pp *arg.Parser // for parsing the command line args. Yay to alexf lint! + forge *forgepb.Forge // your customized repo preferences and settings +} -- cgit v1.2.3