From 2d417c60fdcd8356c18fcd1e7c7d42d3af3e89dd Mon Sep 17 00:00:00 2001 From: Jeff Carr Date: Sat, 7 Dec 2024 16:48:45 -0600 Subject: attempting an automated test app --- go-clone-test/structs.go | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 go-clone-test/structs.go (limited to 'go-clone-test/structs.go') diff --git a/go-clone-test/structs.go b/go-clone-test/structs.go new file mode 100644 index 0000000..edf4a5b --- /dev/null +++ b/go-clone-test/structs.go @@ -0,0 +1,13 @@ +package main + +import "go.wit.com/lib/protobuf/forgepb" + +var me *testMe + +// this app's variables +type testMe struct { + forge *forgepb.Forge + startPwd string // pwd when you start + testDir1 string + testDir2 string +} -- cgit v1.2.3