Updating storage and README files

Signed-off-by: Kris Nóva <kris@nivenly.com>
This commit is contained in:
Kris Nóva 2021-02-09 18:36:07 -08:00
parent 1dba5d7106
commit 9236ba8577
5 changed files with 28 additions and 3 deletions

8
examples/README.md Normal file
View file

@ -0,0 +1,8 @@
# 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
```