go-macaroon / macaroon

A native Go implementation of macaroons
BSD 3-Clause "New" or "Revised" License
182 stars 24 forks source link

Fix TestAsciiHex #38

Open V02460 opened 11 months ago

V02460 commented 11 months ago

Fixes running tests for Go 1.21. With the current v2 branch, running the tests yields an error message:

./packet-v1_test.go:89:30: conversion from int to string yields a string of one rune, not a string of digits (did you mean fmt.Sprint(x)?)