summaryrefslogtreecommitdiff
path: root/vendor/github.com/onsi/ginkgo/integration/_fixtures/watch_fixtures/D/D.go
blob: 4371b852fe7e059e447cab30b454995def160ce7 (plain)
1
2
3
4
5
6
7
package D

import "github.com/onsi/C"

func DoIt() string {
	return C.DoIt()
}