Working auth and photo json endpoint

Signed-off-by: Kris Nóva <kris@nivenly.com>
This commit is contained in:
Kris Nóva 2021-02-09 11:17:06 -08:00
parent ef275f97f4
commit e4323b6047
2032 changed files with 821464 additions and 52 deletions

22
vendor/github.com/kris-nova/lolgopher/README.md generated vendored Normal file
View file

@ -0,0 +1,22 @@
# lolgopher
<p align="center"><img src="img/kubicorn.png" width="420"></p>
Rainbow Writer implementation for Golang
Based on https://github.com/busyloop/lolcat.
<img src="https://github.com/ashleymcnamara/gophers/blob/master/NERDY.png" width="60"> Proudly packaged with Golang [dep](https://github.com/golang/dep)
## Installing
```
$ go get github.com/kris-nova/lolgopher
```
##### From Source
```
cd $GOPATH/src/github.com/kris-nova/lolgopher
go install .
```