Skip to content

Use literal string for nul-byte instead of converting from an integer

James Fargher requested to merge dont_use_int_string_conv into master

This was causing tests to fail with new versions of go (I'm on go version go1.15.2 darwin/amd64)

config.go:302:30: conversion from untyped int to string yields a string of one rune, not a string of digits (did you mean fmt.Sprint(x)?)
Edited by James Fargher

Merge request reports