Versions in this module Expand all Collapse all v0 v0.1.2 Apr 19, 2021 v0.1.0 Apr 19, 2021 Changes in this version + const ENUS + const ZHCN + type Localer struct + func New() *Localer + func (l *Localer) AppendMsg(lan lang, mS MsgSet) error + func (l *Localer) GetLang() string + func (l *Localer) GetMsg(msgKey string) string + func (l *Localer) GetMsgWithError(msgKey string) (string, error) + func (l *Localer) SetMsgs(lan lang, mS MsgSet) error + type MsgSet map[string]string