mirror of https://github.com/pulumi/pulumi.git
8280296699
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` |
||
---|---|---|
.. | ||
gen_program_test | ||
doc.go | ||
doc_test.go | ||
gen.go | ||
gen_intrinsics.go | ||
gen_program.go | ||
gen_program_expressions.go | ||
gen_program_test.go | ||
gen_test.go | ||
git_ignore.go | ||
importer.go | ||
templates.go | ||
test.go | ||
utilities.go | ||
utilities_test.go |