This action is for COSCUP assistant, a Google action.
Design files is in /designs folder
Backend (fulfillment) is in /fulfillment folder, wrote on Golang.
cd fulfillment
export GOPATH=`pwd`
cd src/github.com/COSCUP/assistant
dep ensure
cd fulfillment/src/github.com/COSCUP/assistant/serverlet
go build
./serverlet
dep: command not found