コード例 #1
0
ファイル: table.go プロジェクト: kity-xu/xuxiaodong
func (src *source) properties(f norm.Form) norm.Properties {
	if src.bytes == nil {
		return f.PropertiesString(src.str)
	}
	return f.Properties(src.bytes)
}