Whenever I uncomment the lines on author.js I get the following error:
/Users/xicombd/Code/taskq/taskq-api/node_modules/graphql/jsutils/invariant.js:20
throw new Error(message);
^
| package main | |
| import ( | |
| "fmt" | |
| "time" | |
| ) | |
| // Suggestions from golang-nuts | |
| // http://play.golang.org/p/Ctg3_AQisl |
| FROM debian:latest | |
| # Install basic dev packages | |
| RUN apt-get clean && apt-get update && apt-get -y install --no-install-recommends \ | |
| apt-utils \ | |
| openssh-client \ | |
| git \ | |
| gnupg2 \ | |
| dirmngr \ | |
| iproute2 \ |