We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 74c1149 commit 583b35bCopy full SHA for 583b35b
1 file changed
README.md
@@ -30,6 +30,7 @@ import (
30
)
31
32
func main() {
33
+ // the first parameter is the type of service to use: local, dropbox, gdrive or s3
34
s, err := cloudwatcher.New("local", "/home/user/tests", time.Second)
35
if err != nil {
36
fmt.Printf("ERROR: %s", err)
0 commit comments