minor changes to make linter happy

This commit is contained in:
Jakub Vavřík
2021-01-28 18:48:40 +01:00
parent ac4d934c86
commit a3dd604264
6 changed files with 19 additions and 5 deletions

View File

@@ -13,7 +13,9 @@ import (
)
var (
Codec runtime.Codec
//codec used to encode
Codec runtime.Codec
//scheme to register
Scheme *runtime.Scheme
)