docs/signer/api
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
..
api.go Removing key import and gun from cryptoservice 2016-03-18 11:31:03 -07:00
api_test.go "make lint" wasn't actually linting every file in the repo. golint ./... 2016-04-12 22:28:32 -07:00
find_key.go creating concrete types for the various key ciphers 2015-10-28 16:02:55 -07:00
rpc_api.go Removing key import and gun from cryptoservice 2016-03-18 11:31:03 -07:00
rpc_api_test.go Use require instead of assert for signer package 2016-04-04 13:57:45 -07:00