Skip to content

Latest commit

 

History

History
28 lines (21 loc) · 349 Bytes

HACKING.md

File metadata and controls

28 lines (21 loc) · 349 Bytes

setup


$ GOPATH=$PWD
$ go get github.com/stretchr/testify/assert
or
$ rake prep

testing

$ go test justworks/varnish_event_reader or $ rake test

building


$ go install justworks/varnish_event_reader/varnish_event_reader
or
$ rake

reading
~~~~~~~

http://golang.org/doc/
https://gobyexample.com/
http://www.golang-book.com/