func github.com/vmihailenco/tagparser.Parse

5 uses

	github.com/vmihailenco/tagparser (current package)
		tagparser.go#L19: func Parse(s string) *Tag {

	github.com/go-pg/pg/v10/orm
		table.go#L275: 			pgTag := tagparser.Parse(f.Tag.Get("pg"))
		table.go#L297: 	pgTag := tagparser.Parse(f.Tag.Get("pg"))
		table.go#L352: 		pgTag := tagparser.Parse(f.Tag.Get("pg"))
		table.go#L567: 	pgTag := tagparser.Parse(field.Field.Tag.Get("pg"))