fix NamespacedName decoder
This commit is contained in:
parent
bdc2db97ac
commit
736e8e1bde
|
|
@ -1,6 +1,8 @@
|
|||
package spec
|
||||
|
||||
import (
|
||||
"fmt"
|
||||
"strings"
|
||||
"database/sql"
|
||||
"fmt"
|
||||
"strings"
|
||||
|
|
|
|||
Loading…
Reference in New Issue