sourcegraph / appdash

Application tracing system for Go, based on Google's Dapper.
https://sourcegraph.com
Other
1.72k stars 137 forks source link

Rename the "debug" build tag to "dev"; use go-bindata -dev not -debug #63

Closed slimsag closed 9 years ago

slimsag commented 9 years ago

This change renames the debug build tag to dev (after discussion with @shurcooL over it). It also switches back to using go-bindata -dev, which was accidently not used in appdash#61. Using go-bindata -dev enables the generated traceapp/tmpl/data_src.go file to operate on machines other than my own.