k3s/pkg/client/record
Kubernetes Submit Queue 2537f66f0e Merge pull request #29230 from luxas/goimport
Automatic merge from submit-queue

Run goimport for the whole repo

While removing GOMAXPROC and running goimports, I noticed quite a lot of other files also needed a goimport format. Didn't commit `*.generated.go`, `*.deepcopy.go` or files in `vendor`

This is more for testing if it builds.
The only strange thing here is the gopkg.in/gcfg.v1 => github.com/scalingdata/gcfg replace.
cc @jfrazelle @thockin
2016-08-05 16:22:01 -07:00
..
doc.go Use Go canonical import paths 2016-07-16 13:48:21 -04:00
event.go Run goimports 2016-08-02 15:12:39 +03:00
event_test.go remove logWatcher to logf 2016-08-04 10:28:18 -07:00
events_cache.go Refactor util clock into it's own pkg 2016-07-28 02:29:04 -04:00
events_cache_test.go Refactor util clock into it's own pkg 2016-07-28 02:29:04 -04:00
fake.go