Jens Geyer created THRIFT-3391:
----------------------------------
Summary: Wrong bool formatting in test server
Key: THRIFT-3391
URL: https://issues.apache.org/jira/browse/THRIFT-3391
Project: Thrift
Issue Type: Bug
Components: Go - Library
Reporter: Jens Geyer
Assignee: Jens Geyer
Priority: Trivial
The go test server printf()s bools with wrong formatting:
{code}
testBool(%!d(bool=true))
testBool(%!d(bool=false))
{code}
while this is expected:
{code}
testBool(true)
testBool(false)
{code}
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)