Updating storage and README files
Signed-off-by: Kris Nóva <kris@nivenly.com>
This commit is contained in:
parent
1dba5d7106
commit
9236ba8577
5 changed files with 28 additions and 3 deletions
8
examples/README.md
Normal file
8
examples/README.md
Normal 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
|
||||
```
|
Loading…
Add table
Add a link
Reference in a new issue