pulumi/pkg/backend
Abhinav Gupta 7ef0a921e4
gosimple: printf, time.Since, TrimPrefix, etc.
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`
2023-01-11 11:17:54 -08:00
..
display gosimple: printf, time.Since, TrimPrefix, etc. 2023-01-11 11:17:54 -08:00
filestate Pull NewPromptingPassphraseSecretsManager out of filestate 2023-01-04 15:52:30 +00:00
httpstate Merge #11806 2023-01-09 17:15:34 +00:00
state [breaking] Changing the version of go.mod in sdk / pkg to be v3 2021-04-14 19:32:18 +01:00
apply.go cli/update: Move experimental option to bottom 2023-01-06 14:12:41 -08:00
backend.go Qualify name 2022-11-29 14:07:20 -08:00
backend_test.go ci: radical idea - what if slow tests & no stdout makes GH consider runner dead? 2022-03-06 14:52:13 -08:00
doc.go Document Go packages (#6009) 2021-01-11 11:07:59 -07:00
errors.go Add a link to docs for the 409 Conflict error message (#3207) 2019-09-10 13:25:08 -07:00
mock.go Move default secret manager to stack (#10423) 2022-08-18 15:31:34 +01:00
policypack.go [breaking] Changing the version of go.mod in sdk / pkg to be v3 2021-04-14 19:32:18 +01:00
query.go [breaking] Changing the version of go.mod in sdk / pkg to be v3 2021-04-14 19:32:18 +01:00
snapshot.go Move over some env vars to the new lib 2022-12-15 15:46:39 +01:00
snapshot_test.go Move over some env vars to the new lib 2022-12-15 15:46:39 +01:00
stack.go Move default secret manager to stack (#10423) 2022-08-18 15:31:34 +01:00
updates.go Send update metadata about update plans 2022-10-12 22:55:59 +01:00
watch.go fix: Allow watch on macOS on Apple Silicon (#10605) 2022-09-02 10:38:39 -07:00