Brijesh's Git Server — watchman_client @ ab8299774c357f80bce54ac30891351f625b7c0c

client library for using watchman in go programs

main.go (view raw)

 1
 2
 3
 4
 5
 6
 7
package watchman_client

import "fmt"

func ExampleFunction() {
	fmt.Println("hello")
}