Versions in this module Expand all Collapse all v1 v1.0.0 Apr 19, 2026 Changes in this version + func AssertEquals(t *testing.T, expected, actual any) + func AssertFalse(t *testing.T, condition bool, msg string) + func AssertNoError(t *testing.T, err error) + func AssertTrue(t *testing.T, condition bool, msg string) + func GeneratorContractTest(t *testing.T, gen qrcode.Generator) + func QRCodeIsValid(t *testing.T, qr *encoding.QRCode) + func RandomString(n int) string Other modules containing this package github.com/os-gomod/qrcode/v2