06fff46e43
Signed-off-by: Kris Nóva <kris@nivenly.com> |
||
---|---|---|
.. | ||
.gitignore | ||
README.md | ||
album.go | ||
common.go | ||
login.go | ||
photo.go |
README.md
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.
go run photo.go common.go # Run the photo example
go run login.go common.go # Run the login example