pulumi/pkg/util
joeduffy 11f7f4963f Go back to glog.Fail
Well, it turns out glog.Fail is slightly better than panic, because it explicitly
dumps the stacks of *all* goroutines.  This is especially good in logging scenarios.
It's really annoying that glog suppresses printing the stack trace (see here
https://github.com/golang/glog/blob/master/glog.go#L719), however this is better.
2016-12-01 11:50:19 -08:00
..
assert.go Use panic for fail-fast 2016-12-01 11:43:41 -08:00
fail.go Go back to glog.Fail 2016-12-01 11:50:19 -08:00