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
15
vendor/github.com/dsoprea/go-utility/filesystem/common.go
generated
vendored
Normal file
15
vendor/github.com/dsoprea/go-utility/filesystem/common.go
generated
vendored
Normal file
|
@ -0,0 +1,15 @@
|
|||
package rifs
|
||||
|
||||
import (
|
||||
"os"
|
||||
"path"
|
||||
)
|
||||
|
||||
var (
|
||||
appPath string
|
||||
)
|
||||
|
||||
func init() {
|
||||
goPath := os.Getenv("GOPATH")
|
||||
appPath = path.Join(goPath, "src", "github.com", "dsoprea", "go-utility", "filesystem")
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue