en/decoding abstraction

This commit is contained in:
Livio Amstutz 2020-07-13 07:30:00 +02:00
parent 2966355b0e
commit 4a10ffaaa2
13 changed files with 367 additions and 69 deletions

View file

@ -56,7 +56,7 @@ func TestValidateIssuer(t *testing.T) {
{
"localhost with http ok",
args{"http://localhost:9999"},
true,
false,
},
}
for _, tt := range tests {