Versions in this module Expand all Collapse all v3-unstable v3.0.0 Jan 29, 2019 Changes in this version + func CLDRVersion() string + func Init() + func IsLocal() bool + func Open(urlRoot, subdir, path string) io.ReadCloser + func OpenCLDRCoreZip() io.ReadCloser + func OpenIANAFile(path string) io.ReadCloser + func OpenUCDFile(file string) io.ReadCloser + func OpenUnicodeFile(category, version, file string) io.ReadCloser + func Repackage(inFile, outFile, pkg string) + func UnicodeVersion() string + func WriteCLDRVersion(w io.Writer) + func WriteGo(w io.Writer, pkg string, b []byte) (n int, err error) + func WriteGoFile(filename, pkg string, b []byte) + func WriteUnicodeVersion(w io.Writer) + type CodeWriter struct + Hash hash.Hash32 + Size int + func NewCodeWriter() *CodeWriter + func (w *CodeWriter) Write(p []byte) (n int, err error) + func (w *CodeWriter) WriteArray(x interface{}) + func (w *CodeWriter) WriteComment(comment string, args ...interface{}) + func (w *CodeWriter) WriteConst(name string, x interface{}) + func (w *CodeWriter) WriteGo(out io.Writer, pkg string) (n int, err error) + func (w *CodeWriter) WriteGoFile(filename, pkg string) + func (w *CodeWriter) WriteSlice(x interface{}) + func (w *CodeWriter) WriteString(s string) + func (w *CodeWriter) WriteType(x interface{}) string + func (w *CodeWriter) WriteVar(name string, x interface{}) Other modules containing this package gopkg.in/alecthomas/gometalinter.v1 gopkg.in/alecthomas/gometalinter.v2 gopkg.in/alecthomas/gometalinter.v3