func github.com/vmihailenco/tagparser.Unquote
11 uses
github.com/vmihailenco/tagparser (current package)
tagparser.go#L171: func Unquote(s string) (string, bool) {
github.com/go-pg/pg/v10/orm
table.go#L319: s, _ := tagparser.Unquote(tableSpace)
table.go#L331: s, _ := tagparser.Unquote(partitionBy)
table.go#L338: s, _ := tagparser.Unquote(pgTag.Name)
table.go#L343: s, _ = tagparser.Unquote(s)
table.go#L348: v, _ = tagparser.Unquote(v)
table.go#L413: v, _ = tagparser.Unquote(v)
table.go#L422: v, ok = tagparser.Unquote(v)
table.go#L494: v, _ = tagparser.Unquote(v)
table.go#L1203: typ, _ = tagparser.Unquote(typ)
table.go#L1210: typ, _ = tagparser.Unquote(typ)