1package A
2
3import "github.com/onsi/B"
4
5func DoIt() string {
6	return B.DoIt()
7}
8