Documentation ¶
Index ¶
Constants ¶
View Source
const (
ResourceLocation = "./res"
)
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Language ¶
type Language string
Language type of language
func GetLanguageList ¶
GetLanguageList return list of allowable language
type NamedResource ¶
type NamedResource interface {
GetName() string
}
type Resource ¶
type Resource struct { StringArrays []StringArray `xml:"string-array"` Strings []String `xml:"string"` }
type String ¶
type StringArray ¶
func (StringArray) GetName ¶
func (sa StringArray) GetName() string
Click to show internal directories.
Click to hide internal directories.