mirror of https://github.com/pulumi/pulumi.git
7ef0a921e4
Fix a bunch of other gosimple issues: - `Printf` used for static string - `Skip(Printf(..))` => `Skipf(..)` - `time.Now().Sub(t)` => `time.Since(t)` - `HasPrefix; TrimPrefix` => `TrimPrefix` - Unnecessary type casts - `IndexRune(..) != 1` => `ContainsRune` - `if cond { return true } else { return false }` => `return cond` |
||
---|---|---|
.. | ||
display | ||
filestate | ||
httpstate | ||
state | ||
apply.go | ||
backend.go | ||
backend_test.go | ||
doc.go | ||
errors.go | ||
mock.go | ||
policypack.go | ||
query.go | ||
snapshot.go | ||
snapshot_test.go | ||
stack.go | ||
updates.go | ||
watch.go |