v0.0.1
Brijesh ops@brijesh.dev
Wed, 03 Jul 2024 12:43:15 +0530
A
main.go
@@ -0,0 +1,7 @@
+package watchman_client + +import "fmt" + +func ExampleFunction() { + fmt.Println("hello") +}