docs/tuf/utils
Qiang Huang a7cc3926dd Do not use strings.Compare
According to https://golang.org/src/strings/compare.go?s=491:520#L3
It's suggested to use the built-in string comparison operators.

And also, seems like this function does not exist in some arch
such as arm64. So we better not use it.

Signed-off-by: Qiang Huang <h.huangqiang@huawei.com>
2015-12-26 13:50:52 +00:00
..
role_sort.go Do not use strings.Compare 2015-12-26 13:50:52 +00:00
role_sort_test.go moving comment about sorting for clarity 2015-12-16 16:44:12 -08:00
stack.go making stack thread safe 2015-12-17 10:09:34 -08:00
stack_test.go add assert to make sure a failed typed stack pop doesn't remove the item from the stack 2015-12-17 17:40:44 -08:00
util.go adding gotuf to notary 2015-10-27 16:36:06 -07:00
util_test.go adding gotuf to notary 2015-10-27 16:36:06 -07:00
utils.go changelists for delegations 2015-12-14 17:23:47 -08:00
utils_test.go the empty string should be used in delegation Paths to indicate a role can sign anything 2015-12-18 16:10:43 -08:00