pointed out here: https://github.com/mongodb/mongo-tools/issues/67
to reproduce:
$ . ./set_gopath.sh; go test ./common/log ./common/archive ./common/intents # _/Users/michaelobrien/projects/mongo-tools/common/intents common/intents/intent_test.go:27: unknown Intent field 'MetadataPath' in struct literal common/intents/intent_test.go:28: unknown Intent field 'MetadataPath' in struct literal common/intents/intent_test.go:29: unknown Intent field 'MetadataPath' in struct literal common/intents/intent_test.go:30: unknown Intent field 'MetadataPath' in struct literal common/intents/intent_test.go:48: unknown Intent field 'MetadataPath' in struct literal common/intents/intent_test.go:50: unknown Intent field 'MetadataPath' in struct literal common/intents/intent_test.go:52: unknown Intent field 'MetadataPath' in struct literal common/intents/intent_test.go:54: unknown Intent field 'MetadataPath' in struct literal common/intents/intent_test.go:60: unknown Intent field 'MetadataPath' in struct literal common/intents/intent_test.go:61: unknown Intent field 'MetadataPath' in struct literal common/intents/intent_test.go:61: too many errors ok _/Users/michaelobrien/projects/mongo-tools/common/log 0.011s # _/Users/michaelobrien/projects/mongo-tools/common/archive common/archive/multiplexer_roundtrip_test.go:59: not enough arguments in call to NewMultiplexer common/archive/multiplexer_roundtrip_test.go:165: not enough arguments in call to NewMultiplexer FAIL _/Users/michaelobrien/projects/mongo-tools/common/archive [build failed] FAIL _/Users/michaelobrien/projects/mongo-tools/common/intents [build failed]