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
13
vendor/github.com/ugorji/go/codec/codecgen.go
generated
vendored
Normal file
13
vendor/github.com/ugorji/go/codec/codecgen.go
generated
vendored
Normal file
|
|
@ -0,0 +1,13 @@
|
|||
// +build codecgen generated
|
||||
|
||||
package codec
|
||||
|
||||
// this file sets the codecgen variable to true
|
||||
// when the build tag codecgen is set.
|
||||
//
|
||||
// some tests depend on knowing whether in the context of codecgen or not.
|
||||
// For example, some tests should be skipped during codecgen e.g. missing fields tests.
|
||||
|
||||
func init() {
|
||||
codecgen = true
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue