docs/client
Ying Li cf4e726514 "make lint" wasn't actually linting every file in the repo. golint ./...
ignores buildtags, for instance, and somehow didn't pick up some code in
the signer.

This calls golint on every go file in the repo and also fixes some linting
issues, which involves renaming two yubikey functions to avoid stuttering.

Signed-off-by: Ying Li <ying.li@docker.com>
2016-04-12 22:28:32 -07:00
..
changelist Change assert to require in client/changelist package. 2016-04-05 15:13:29 -07:00
backwards_compatibility_test.go NotaryRepository.Update now just returns an error, rather than a client 2016-04-06 14:08:08 -07:00
client.go Add a few more descriptive comments 2016-04-12 14:33:45 -07:00
client_pkcs11_test.go "make lint" wasn't actually linting every file in the repo. golint ./... 2016-04-12 22:28:32 -07:00
client_root_validation_test.go Use 'require' instead of 'assert' in client and TUF client tests 2016-03-15 13:52:48 -07:00
client_test.go NotaryRepository.Update now just returns an error, rather than a client 2016-04-06 14:08:08 -07:00
client_update_test.go NotaryRepository.Update now just returns an error, rather than a client 2016-04-06 14:08:08 -07:00
delegations.go NotaryRepository.Update now just returns an error, rather than a client 2016-04-06 14:08:08 -07:00
helpers.go Remove mentions of fallback 2016-03-16 15:12:12 -07:00
helpers_test.go Removing key import and gun from cryptoservice 2016-03-18 11:31:03 -07:00
repo.go Minor refactor of NotaryRepository constructor to use more shared code. 2015-12-07 17:19:28 -08:00
repo_pkcs11.go "make lint" wasn't actually linting every file in the repo. golint ./... 2016-04-12 22:28:32 -07:00