Working auth and photo json endpoint
Signed-off-by: Kris Nóva <kris@nivenly.com>
This commit is contained in:
parent
ef275f97f4
commit
e4323b6047
2032 changed files with 821464 additions and 52 deletions
34
vendor/github.com/leandro-lugaresi/hub/.gitignore
generated
vendored
Normal file
34
vendor/github.com/leandro-lugaresi/hub/.gitignore
generated
vendored
Normal file
|
@ -0,0 +1,34 @@
|
|||
# Compiled Object files, Static and Dynamic libs (Shared Objects)
|
||||
*.o
|
||||
*.a
|
||||
*.so
|
||||
*.exe
|
||||
*.dll
|
||||
*.prof
|
||||
debug
|
||||
|
||||
|
||||
# Folders
|
||||
_obj
|
||||
_test
|
||||
dist
|
||||
|
||||
*.cgo1.go
|
||||
*.cgo2.c
|
||||
_cgo_defun.c
|
||||
_cgo_gotypes.go
|
||||
_cgo_export.*
|
||||
|
||||
_testmain.go
|
||||
|
||||
|
||||
# Test binary, build with `go test -c`
|
||||
*.test
|
||||
|
||||
# Output of the go coverage tool, specifically when used with LiteIDE
|
||||
*.out
|
||||
coverage.txt
|
||||
|
||||
# ignored until version 1.0
|
||||
vendor
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue