package watchman_client import "fmt" func ExampleFunction() { fmt.Println("hello") }