Skip to content

golang-alex-alex2006hw/correct-horse-battery-staple

 
 

Repository files navigation

Working Demo

http://where-you-at.com

Installing

You need to have Go installed.

go get -u github.com/gophergala/correct-horse-battery-staple
go get -u -d -tags=js github.com/gophergala/correct-horse-battery-staple/...

Running

In the root project folder:

go build -o main && ./main

Deploy

go test ./... && GOOS=linux go build -o main && ./deploy.sh

Notes

Features whiteboard: http://whiteboardfox.com/29046-5977-1449

Mockup

Releases

No releases published

Packages

No packages published

Languages

  • Go 93.1%
  • CSS 6.5%
  • Shell 0.4%