Skip to content
This repository has been archived by the owner on Feb 5, 2021. It is now read-only.

fix build issue in aead.go #14

Open
wants to merge 1 commit into
base: develop
Choose a base branch
from

Conversation

conradoplg
Copy link
Contributor

Hi! In go 1.15 the build is failing with

./aead.go:27:55: conversion from int to string yields a string of one rune, not a string of digits (did you mean fmt.Sprint(x)?)
./aead.go:43:64: conversion from int to string yields a string of one rune, not a string of digits (did you mean fmt.Sprint(x)?)

This PR fixes that.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant