Codebase list golang-github-go-kit-kit / ee4f2fa
Merge pull request #240 from shawnps/patch-1 fix typo Peter Bourgon 8 years ago
1 changed file(s) with 1 addition(s) and 1 deletion(s). Raw diff Collapse all Expand all
1818 // execution phase of the request.
1919 DomainDo = "Do"
2020
21 // DomainDecode represents an error that has occured at the Decode
21 // DomainDecode represents an error that has occurred at the Decode
2222 // phase of the request.
2323 DomainDecode = "Decode"
2424 )