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
9
vendor/github.com/djherbis/times/js.cover.dockerfile
generated
vendored
Normal file
9
vendor/github.com/djherbis/times/js.cover.dockerfile
generated
vendored
Normal file
|
@ -0,0 +1,9 @@
|
|||
FROM golang:1.11
|
||||
|
||||
RUN curl -sL https://deb.nodesource.com/setup_8.x | bash
|
||||
RUN apt-get install --yes nodejs
|
||||
|
||||
WORKDIR /go/src/github.com/djherbis/times
|
||||
COPY . .
|
||||
|
||||
RUN GOOS=js GOARCH=wasm go test -covermode=count -coverprofile=profile.cov -exec="$(go env GOROOT)/misc/wasm/go_js_wasm_exec"
|
Loading…
Add table
Add a link
Reference in a new issue