golang/

directory
v0.0.0-...-2bc18d8 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jul 14, 2017 License: BSD-2-Clause

Directories

Path Synopsis
The freetype package provides a convenient API to draw text onto an image.
The freetype package provides a convenient API to draw text onto an image.
raster
Package raster provides an anti-aliasing 2-D rasterizer.
Package raster provides an anti-aliasing 2-D rasterizer.
truetype
Package truetype provides a parser for the TTF and TTC file formats.
Package truetype provides a parser for the TTF and TTC file formats.
Package groupcache provides a data loading mechanism with caching and de-duplication that works across a set of peer processes.
Package groupcache provides a data loading mechanism with caching and de-duplication that works across a set of peer processes.
consistenthash
Package consistenthash provides an implementation of a ring hash.
Package consistenthash provides an implementation of a ring hash.
lru
Package lru implements an LRU cache.
Package lru implements an LRU cache.
singleflight
Package singleflight provides a duplicate function call suppression mechanism.
Package singleflight provides a duplicate function call suppression mechanism.
Package lint contains a linter for Go source code.
Package lint contains a linter for Go source code.
golint
golint lints the Go source files named on its command line.
golint lints the Go source files named on its command line.
protobuf
jsonpb
Package jsonpb provides marshaling and unmarshaling between protocol buffers and JSON.
Package jsonpb provides marshaling and unmarshaling between protocol buffers and JSON.
jsonpb/jsonpb_test_proto
Package jsonpb is a generated protocol buffer package.
Package jsonpb is a generated protocol buffer package.
proto
Package proto converts data structures to and from the wire format of protocol buffers.
Package proto converts data structures to and from the wire format of protocol buffers.
proto/proto3_proto
Package proto3_proto is a generated protocol buffer package.
Package proto3_proto is a generated protocol buffer package.
protoc-gen-go/descriptor
Package descriptor is a generated protocol buffer package.
Package descriptor is a generated protocol buffer package.
protoc-gen-go/generator
The code generator for the plugin for the Google protocol buffer compiler.
The code generator for the plugin for the Google protocol buffer compiler.
protoc-gen-go/grpc
Package grpc outputs gRPC service descriptions in Go code.
Package grpc outputs gRPC service descriptions in Go code.
protoc-gen-go/plugin
Package plugin_go is a generated protocol buffer package.
Package plugin_go is a generated protocol buffer package.
ptypes
Package ptypes contains code for interacting with well-known types.
Package ptypes contains code for interacting with well-known types.
ptypes/any
Package any is a generated protocol buffer package.
Package any is a generated protocol buffer package.
ptypes/duration
Package duration is a generated protocol buffer package.
Package duration is a generated protocol buffer package.
ptypes/empty
Package empty is a generated protocol buffer package.
Package empty is a generated protocol buffer package.
ptypes/struct
Package structpb is a generated protocol buffer package.
Package structpb is a generated protocol buffer package.
ptypes/timestamp
Package timestamp is a generated protocol buffer package.
Package timestamp is a generated protocol buffer package.
ptypes/wrappers
Package wrappers is a generated protocol buffer package.
Package wrappers is a generated protocol buffer package.
Package snappy implements the snappy block-based compression format.
Package snappy implements the snappy block-based compression format.
text is a repository of text-related packages, such as character encodings, text transformations, and locale-specific text handling.
text is a repository of text-related packages, such as character encodings, text transformations, and locale-specific text handling.
cases
Package cases provides general and language-specific case mappers.
Package cases provides general and language-specific case mappers.
collate
Package collate contains types for comparing and sorting Unicode strings according to a given collation order.
Package collate contains types for comparing and sorting Unicode strings according to a given collation order.
currency
Package currency contains currency-related functionality.
Package currency contains currency-related functionality.
internal
Package internal contains non-exported functionality that are used by packages in the text repository.
Package internal contains non-exported functionality that are used by packages in the text repository.
internal/colltab
Package colltab contains functionality related to collation tables.
Package colltab contains functionality related to collation tables.
internal/format
Package format contains types for defining language-specific formatting of values.
Package format contains types for defining language-specific formatting of values.
internal/format/plural
Package plural defines the grammatical plural feature.
Package plural defines the grammatical plural feature.
internal/gen
Package gen contains common code for the various code generation tools in the text repository.
Package gen contains common code for the various code generation tools in the text repository.
internal/number
Package number contains tools and data for formatting numbers.
Package number contains tools and data for formatting numbers.
internal/stringset
Package stringset provides a way to represent a collection of strings compactly.
Package stringset provides a way to represent a collection of strings compactly.
internal/tag
Package tag contains functionality handling tags and related data.
Package tag contains functionality handling tags and related data.
internal/testtext
Package testtext contains test data that is of common use to the text repository.
Package testtext contains test data that is of common use to the text repository.
internal/triegen
Package triegen implements a code generator for a trie for associating unsigned integer values with UTF-8 encoded runes.
Package triegen implements a code generator for a trie for associating unsigned integer values with UTF-8 encoded runes.
internal/ucd
Package ucd provides a parser for Unicode Character Database files, the format of which is defined in http://www.unicode.org/reports/tr44/.
Package ucd provides a parser for Unicode Character Database files, the format of which is defined in http://www.unicode.org/reports/tr44/.
internal/utf8internal
Package utf8internal contains low-level utf8-related constants, tables, etc.
Package utf8internal contains low-level utf8-related constants, tables, etc.
language
Package language implements BCP 47 language tags and related functionality.
Package language implements BCP 47 language tags and related functionality.
language/display
Package display provides display names for languages, scripts and regions in a requested language.
Package display provides display names for languages, scripts and regions in a requested language.
message
Package message implements formatted I/O for localized strings with functions analogous to the fmt's print functions.
Package message implements formatted I/O for localized strings with functions analogous to the fmt's print functions.
runes
Package runes provide transforms for UTF-8 encoded text.
Package runes provide transforms for UTF-8 encoded text.
search
Package search provides language-specific search and string matching.
Package search provides language-specific search and string matching.
secure
secure is a repository of text security related packages.
secure is a repository of text security related packages.
secure/precis
Package precis contains types and functions for the preparation, enforcement, and comparison of internationalized strings ("PRECIS") as defined in RFC 7564.
Package precis contains types and functions for the preparation, enforcement, and comparison of internationalized strings ("PRECIS") as defined in RFC 7564.
unicode
unicode holds packages with implementations of Unicode standards that are mostly used as building blocks for other packages in yougam/libraries/x/text, layout engines, or are otherwise more low-level in nature.
unicode holds packages with implementations of Unicode standards that are mostly used as building blocks for other packages in yougam/libraries/x/text, layout engines, or are otherwise more low-level in nature.
unicode/bidi
Package bidi contains functionality for bidirectional text support.
Package bidi contains functionality for bidirectional text support.
unicode/cldr
Package cldr provides a parser for LDML and related XML formats.
Package cldr provides a parser for LDML and related XML formats.
unicode/norm
Package norm contains types and functions for normalizing Unicode strings.
Package norm contains types and functions for normalizing Unicode strings.
unicode/rangetable
Package rangetable provides utilities for creating and inspecting unicode.RangeTables.
Package rangetable provides utilities for creating and inspecting unicode.RangeTables.
width
Package width provides functionality for handling different widths in text.
Package width provides functionality for handling different widths in text.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL