abide icon indicating copy to clipboard operation
abide copied to clipboard

With Go 1.15, tests fail

Open chipaca opened this issue 5 years ago • 0 comments

I believe this is from 1.15 on (read a long discussion if you're interested):

$ go test ./...
# github.com/beme/abide
./abide_test.go:25:9: conversion from int to string yields a string of one rune, not a string of digits (did you mean fmt.Sprint(x)?)

chipaca avatar Mar 22 '21 21:03 chipaca