This repository has been archived on 2020-01-25. You can view files and clone it, but cannot push or open issues or pull requests.
axmlParser/attribute.go
2014-08-16 10:01:47 +08:00

6 lines
85 B
Go

package axmlParser
type Attribute struct {
Name, Prefix, Namespace, Value string
}