diff options
| author | Jeff Carr <[email protected]> | 2024-12-07 16:48:45 -0600 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2024-12-07 16:48:45 -0600 |
| commit | 2d417c60fdcd8356c18fcd1e7c7d42d3af3e89dd (patch) | |
| tree | 8573aeb32fc222083bb917bb5b267face47cfae8 /go-clone-test/structs.go | |
| parent | 354a070efff0b5d709c9cc1f46631dbd453f7827 (diff) | |
attempting an automated test appv0.0.11
Diffstat (limited to 'go-clone-test/structs.go')
| -rw-r--r-- | go-clone-test/structs.go | 13 |
1 files changed, 13 insertions, 0 deletions
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 +} |
