photoprism-client-go/examples/README.md
Kris Nóva 9236ba8577 Updating storage and README files
Signed-off-by: Kris Nóva <kris@nivenly.com>
2021-02-09 18:36:07 -08:00

8 lines
No EOL
252 B
Markdown

# Examples
Run the examples. Make sure to pass both the file you wish to run, as well as `common.go` to include the convenience functions.
```bash
go run photo.go common.go # Run the photo example
go run login.go common.go # Run the login example
```