pulumi/pkg
joeduffy e14ca5f4ff Manually print the stack-trace when --logtostderr is enabled
Glog doesn't actually print out the stack traces for all goroutines,
when --logtostderr is enabled, the same way it normally does.  This
makes debugging more complex in some cases.  So, we'll manually do it.
2017-02-09 14:50:41 -08:00
..
compiler Fix a few messages (print the token value, not pointer address) 2017-02-09 14:35:45 -08:00
config Fix a few go vet issues 2017-01-27 15:14:19 -08:00
diag Fix up a bunch of golint errors 2017-01-27 15:42:39 -08:00
encoding Fix up a bunch of golint errors 2017-01-27 15:42:39 -08:00
eval Implement new expression evaluation 2017-02-09 14:32:44 -08:00
graph Add a couple log statements to graph generation 2017-02-02 11:18:39 -08:00
pack Support sugared "*" semvers 2017-02-09 10:48:18 -08:00
tokens Implement structured token binding 2017-02-08 14:10:16 -08:00
util Manually print the stack-trace when --logtostderr is enabled 2017-02-09 14:50:41 -08:00
workspace Probe for Mupacks, not Mufiles, for dependencies 2017-02-09 11:23:27 -08:00