Fix string concatenation error
Fix an error caught by golint that prevents using go test. string(int) produces a rune, not a string representation of the int. Use fmt.Errorf instead to format the string. Test: go test Change-Id: I4c2e1e30a0f1b3dc24afd123c38c4e41c2abb47a
Loading
Please register or sign in to comment