fix NamespacedName decoder

This commit is contained in:
Murat Kabilov 2017-05-24 18:37:36 +02:00
parent bdc2db97ac
commit 736e8e1bde
1 changed files with 2 additions and 0 deletions

View File

@ -1,6 +1,8 @@
package spec package spec
import ( import (
"fmt"
"strings"
"database/sql" "database/sql"
"fmt" "fmt"
"strings" "strings"