ContainerImage.Pinniped/internal/testutil/tlsassertions/assertions_before_go1.20.go
2023-04-03 11:46:11 -07:00

11 lines
196 B
Go

// Copyright 2023 the Pinniped contributors. All Rights Reserved.
// SPDX-License-Identifier: Apache-2.0
//go:build !go1.20
package tlsassertions
func GetTLSErrorPrefix() string {
return ""
}