main.go (view raw)
1 2 3 4 5 6 7
package watchman_client import "fmt" func ExampleFunction() { fmt.Println("hello") }