blob: edf4a5b3c29b58f4d1010b6930e49f06e9ee9929 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
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
}
|