Wide-field ethnography web app. Currently a work-in-progress.
Make sure you set up your GOPATH
.
go get github.com/citwild/wfe/cmd/wfe
wfe -h
Or, if the GOPATH
/bin directory is not in your PATH
, on macOS and Linux:
"$GOPATH"/bin/wfe -h
On Windows:
"%GOPATH%"\bin\wfe -h
- Google I/O talk: Building Sourcegraph, a large-scale code search & cross-reference engine in Go
sourcegraph(no longer available)- thesrc
- cadvisor
The WFE web app is licensed under the MIT License, which is an open source license.