terraform/state
Mitchell Hashimoto 76d920f504 state/remote: more canonical Go for skip TLS verify
/cc @LeftyBC - Hope this helps! Some basic point:

* Idiomatic Go is to use thisCasingStyle and not this_casing_style
* Less repetitive to just create an http.Client once and re-use, also
  more flexible for later.
* The empty `if ok {}` was kind of awkward, replace with proper check
2015-06-07 22:24:31 -07:00
..
remote state/remote: more canonical Go for skip TLS verify 2015-06-07 22:24:31 -07:00
backup.go
backup_test.go
cache.go
cache_test.go
inmem.go
inmem_test.go
local.go
local_test.go
state.go
testing.go