quicktemplate icon indicating copy to clipboard operation
quicktemplate copied to clipboard

Accept uint64 values for %d

Open Kagami opened this issue 8 years ago • 0 comments

Hi.

Right now it's only possible to use ints with {%d … %} output tag, when I trying to pass uint64 I get the following error:

test.qtpl:8[/home/user/test.qtpl.go:49]: cannot use id (type uint64) as type int in argument to qw422016.N().D

Could you please add support for uint64 too? Thanks.

Kagami avatar Jun 27 '17 07:06 Kagami