Directories ¶
Path | Synopsis |
---|---|
ChimeraCoder
|
|
gojson
gojson generates go struct defintions from JSON documents
|
gojson generates go struct defintions from JSON documents |
MichaelTJones
|
|
walk
Package filepath implements utility routines for manipulating filename paths in a way compatible with the target operating system-defined file paths.
|
Package filepath implements utility routines for manipulating filename paths in a way compatible with the target operating system-defined file paths. |
Yawning
|
|
alecthomas
|
|
gometalinter/_linters/src/github.com/GoASTScanner/gas/core
Package core holds the central scanning logic used by GAS
|
Package core holds the central scanning logic used by GAS |
gometalinter/_linters/src/github.com/alecthomas/gocyclo
Gocyclo calculates the cyclomatic complexities of functions and methods in Go source code.
|
Gocyclo calculates the cyclomatic complexities of functions and methods in Go source code. |
gometalinter/_linters/src/github.com/dnephin/govet
Vet examines Go source code and reports suspicious constructs, such as Printf calls whose arguments do not align with the format string.
|
Vet examines Go source code and reports suspicious constructs, such as Printf calls whose arguments do not align with the format string. |
gometalinter/_linters/src/github.com/dnephin/govet/internal/cfg
This package constructs a simple control-flow graph (CFG) of the statements and expressions within a single function.
|
This package constructs a simple control-flow graph (CFG) of the statements and expressions within a single function. |
gometalinter/_linters/src/github.com/dnephin/govet/internal/whitelist
Package whitelist defines exceptions for the vet tool.
|
Package whitelist defines exceptions for the vet tool. |
gometalinter/_linters/src/github.com/golang/lint
Package lint contains a linter for Go source code.
|
Package lint contains a linter for Go source code. |
gometalinter/_linters/src/github.com/golang/lint/golint
golint lints the Go source files named on its command line.
|
golint lints the Go source files named on its command line. |
gometalinter/_linters/src/github.com/jgautheron/goconst
Package goconst finds repeated strings that could be replaced by a constant.
|
Package goconst finds repeated strings that could be replaced by a constant. |
gometalinter/_linters/src/github.com/kisielk/errcheck/internal/errcheck
Package errcheck is the library used to implement the errcheck command-line tool.
|
Package errcheck is the library used to implement the errcheck command-line tool. |
gometalinter/_linters/src/github.com/kisielk/gotool
Package gotool contains utility functions used to implement the standard "cmd/go" tool, provided as a convenience to developers who want to write tools with similar semantics.
|
Package gotool contains utility functions used to implement the standard "cmd/go" tool, provided as a convenience to developers who want to write tools with similar semantics. |
gometalinter/_linters/src/github.com/kisielk/gotool/internal/load
Package load loads packages.
|
Package load loads packages. |
gometalinter/_linters/src/github.com/mdempsky/unconvert
Unconvert removes redundant type conversions from Go packages.
|
Unconvert removes redundant type conversions from Go packages. |
gometalinter/_linters/src/github.com/stripe/safesql
Command safesql is a tool for performing static analysis on programs to ensure that SQL injection attacks are not possible.
|
Command safesql is a tool for performing static analysis on programs to ensure that SQL injection attacks are not possible. |
gometalinter/_linters/src/github.com/walle/lll
Package lll provides validation functions regarding line length
|
Package lll provides validation functions regarding line length |
gometalinter/_linters/src/golang.org/x/text/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. |
gometalinter/_linters/src/golang.org/x/text/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. |
gometalinter/_linters/src/golang.org/x/text/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/. |
gometalinter/_linters/src/golang.org/x/text/transform
Package transform provides reader and writer wrappers that transform the bytes passing through as well as various transformations.
|
Package transform provides reader and writer wrappers that transform the bytes passing through as well as various transformations. |
gometalinter/_linters/src/golang.org/x/text/unicode/cldr
Package cldr provides a parser for LDML and related XML formats.
|
Package cldr provides a parser for LDML and related XML formats. |
gometalinter/_linters/src/golang.org/x/text/width
Package width provides functionality for handling different widths in text.
|
Package width provides functionality for handling different widths in text. |
gometalinter/_linters/src/golang.org/x/tools/cmd/goimports
Command goimports updates your Go import lines, adding missing ones and removing unreferenced ones.
|
Command goimports updates your Go import lines, adding missing ones and removing unreferenced ones. |
gometalinter/_linters/src/golang.org/x/tools/cmd/gotype
The gotype command, like the front-end of a Go compiler, parses and type-checks a single Go package.
|
The gotype command, like the front-end of a Go compiler, parses and type-checks a single Go package. |
gometalinter/_linters/src/golang.org/x/tools/container/intsets
Package intsets provides Sparse, a compact and fast representation for sparse sets of int values.
|
Package intsets provides Sparse, a compact and fast representation for sparse sets of int values. |
gometalinter/_linters/src/golang.org/x/tools/go/ast/astutil
Package astutil contains common utilities for working with the Go AST.
|
Package astutil contains common utilities for working with the Go AST. |
gometalinter/_linters/src/golang.org/x/tools/go/buildutil
Package buildutil provides utilities related to the go/build package in the standard library.
|
Package buildutil provides utilities related to the go/build package in the standard library. |
gometalinter/_linters/src/golang.org/x/tools/go/callgraph
Package callgraph defines the call graph and various algorithms and utilities to operate on it.
|
Package callgraph defines the call graph and various algorithms and utilities to operate on it. |
gometalinter/_linters/src/golang.org/x/tools/go/callgraph/cha
Package cha computes the call graph of a Go program using the Class Hierarchy Analysis (CHA) algorithm.
|
Package cha computes the call graph of a Go program using the Class Hierarchy Analysis (CHA) algorithm. |
gometalinter/_linters/src/golang.org/x/tools/go/callgraph/rta
This package provides Rapid Type Analysis (RTA) for Go, a fast algorithm for call graph construction and discovery of reachable code (and hence dead code) and runtime types.
|
This package provides Rapid Type Analysis (RTA) for Go, a fast algorithm for call graph construction and discovery of reachable code (and hence dead code) and runtime types. |
gometalinter/_linters/src/golang.org/x/tools/go/callgraph/static
Package static computes the call graph of a Go program containing only static call edges.
|
Package static computes the call graph of a Go program containing only static call edges. |
gometalinter/_linters/src/golang.org/x/tools/go/gcexportdata
Package gcexportdata provides functions for locating, reading, and writing export data files containing type information produced by the gc compiler.
|
Package gcexportdata provides functions for locating, reading, and writing export data files containing type information produced by the gc compiler. |
gometalinter/_linters/src/golang.org/x/tools/go/gcimporter15
Package gcimporter15 provides various functions for reading gc-generated object files that can be used to implement the Importer interface defined by the Go 1.5 standard library package.
|
Package gcimporter15 provides various functions for reading gc-generated object files that can be used to implement the Importer interface defined by the Go 1.5 standard library package. |
gometalinter/_linters/src/golang.org/x/tools/go/loader
Package loader loads a complete Go program from source code, parsing and type-checking the initial packages plus their transitive closure of dependencies.
|
Package loader loads a complete Go program from source code, parsing and type-checking the initial packages plus their transitive closure of dependencies. |
gometalinter/_linters/src/golang.org/x/tools/go/pointer
Package pointer implements Andersen's analysis, an inclusion-based pointer analysis algorithm first described in (Andersen, 1994).
|
Package pointer implements Andersen's analysis, an inclusion-based pointer analysis algorithm first described in (Andersen, 1994). |
gometalinter/_linters/src/golang.org/x/tools/go/ssa
Package ssa defines a representation of the elements of Go programs (packages, types, functions, variables and constants) using a static single-assignment (SSA) form intermediate representation (IR) for the bodies of functions.
|
Package ssa defines a representation of the elements of Go programs (packages, types, functions, variables and constants) using a static single-assignment (SSA) form intermediate representation (IR) for the bodies of functions. |
gometalinter/_linters/src/golang.org/x/tools/go/ssa/interp
Package ssa/interp defines an interpreter for the SSA representation of Go programs.
|
Package ssa/interp defines an interpreter for the SSA representation of Go programs. |
gometalinter/_linters/src/golang.org/x/tools/go/types/typeutil
Package typeutil defines various utilities for types, such as Map, a mapping from types.Type to interface{} values.
|
Package typeutil defines various utilities for types, such as Map, a mapping from types.Type to interface{} values. |
gometalinter/_linters/src/golang.org/x/tools/imports
Package imports implements a Go pretty-printer (like package "go/format") that also adds or removes import statements as necessary.
|
Package imports implements a Go pretty-printer (like package "go/format") that also adds or removes import statements as necessary. |
gometalinter/_linters/src/honnef.co/go/tools/callgraph
Package callgraph defines the call graph and various algorithms and utilities to operate on it.
|
Package callgraph defines the call graph and various algorithms and utilities to operate on it. |
gometalinter/_linters/src/honnef.co/go/tools/callgraph/cha
Package cha computes the call graph of a Go program using the Class Hierarchy Analysis (CHA) algorithm.
|
Package cha computes the call graph of a Go program using the Class Hierarchy Analysis (CHA) algorithm. |
gometalinter/_linters/src/honnef.co/go/tools/callgraph/rta
This package provides Rapid Type Analysis (RTA) for Go, a fast algorithm for call graph construction and discovery of reachable code (and hence dead code) and runtime types.
|
This package provides Rapid Type Analysis (RTA) for Go, a fast algorithm for call graph construction and discovery of reachable code (and hence dead code) and runtime types. |
gometalinter/_linters/src/honnef.co/go/tools/callgraph/static
Package static computes the call graph of a Go program containing only static call edges.
|
Package static computes the call graph of a Go program containing only static call edges. |
gometalinter/_linters/src/honnef.co/go/tools/cmd/gosimple
gosimple detects code that could be rewritten in a simpler way.
|
gosimple detects code that could be rewritten in a simpler way. |
gometalinter/_linters/src/honnef.co/go/tools/cmd/megacheck
megacheck runs staticcheck, gosimple and unused.
|
megacheck runs staticcheck, gosimple and unused. |
gometalinter/_linters/src/honnef.co/go/tools/cmd/staticcheck
staticcheck detects a myriad of bugs and inefficiencies in your code.
|
staticcheck detects a myriad of bugs and inefficiencies in your code. |
gometalinter/_linters/src/honnef.co/go/tools/cmd/unused
unused reports unused identifiers (types, functions, ...) in your code.
|
unused reports unused identifiers (types, functions, ...) in your code. |
gometalinter/_linters/src/honnef.co/go/tools/gcsizes
Package gcsizes provides a types.Sizes implementation that adheres to the rules used by the gc compiler.
|
Package gcsizes provides a types.Sizes implementation that adheres to the rules used by the gc compiler. |
gometalinter/_linters/src/honnef.co/go/tools/lint
Package lint provides the foundation for tools like gosimple.
|
Package lint provides the foundation for tools like gosimple. |
gometalinter/_linters/src/honnef.co/go/tools/lint/lintutil
Package lintutil provides helpers for writing linter command lines.
|
Package lintutil provides helpers for writing linter command lines. |
gometalinter/_linters/src/honnef.co/go/tools/simple
Package simple contains a linter for Go source code.
|
Package simple contains a linter for Go source code. |
gometalinter/_linters/src/honnef.co/go/tools/ssa
Package ssa defines a representation of the elements of Go programs (packages, types, functions, variables and constants) using a static single-assignment (SSA) form intermediate representation (IR) for the bodies of functions.
|
Package ssa defines a representation of the elements of Go programs (packages, types, functions, variables and constants) using a static single-assignment (SSA) form intermediate representation (IR) for the bodies of functions. |
gometalinter/_linters/src/honnef.co/go/tools/staticcheck
Package staticcheck contains a linter for Go source code.
|
Package staticcheck contains a linter for Go source code. |
gometalinter/_linters/src/mvdan.cc/lint
Package lint defines common interfaces for Go code checkers.
|
Package lint defines common interfaces for Go code checkers. |
gometalinter/_linters/src/mvdan.cc/unparam/check
Package check implements the unparam linter.
|
Package check implements the unparam linter. |
cihub
|
|
seelog
Package seelog implements logging functionality with flexible dispatching, filtering, and formatting.
|
Package seelog implements logging functionality with flexible dispatching, filtering, and formatting. |
seelog/archive/gzip
Package gzip implements reading and writing of gzip format compressed files.
|
Package gzip implements reading and writing of gzip format compressed files. |
cpp2go
|
|
gonet_example/src/usercmd
Package usercmd is a generated protocol buffer package.
|
Package usercmd is a generated protocol buffer package. |
davidrjenni
|
|
reftools/cmd/fillstruct
Fillstruct fills a struct literal with default values.
|
Fillstruct fills a struct literal with default values. |
reftools/cmd/fixplurals
Fixplurals removes redundant parameter and result types from function signatures.
|
Fixplurals removes redundant parameter and result types from function signatures. |
davyxu
|
|
golog
Package log implements a simple logging package.
|
Package log implements a simple logging package. |
tabtoy/v2/example/golang/table
Generated by github.com/davyxu/tabtoy Version: 2.8.9 DO NOT EDIT!!
|
Generated by github.com/davyxu/tabtoy Version: 2.8.9 DO NOT EDIT!! |
tabtoy/v2/model
Generated by github.com/davyxu/tabtoy Version: 2.7.4 DO NOT EDIT!!
|
Generated by github.com/davyxu/tabtoy Version: 2.7.4 DO NOT EDIT!! |
derekparker
|
|
delve/pkg/dwarf/frame
Package frame contains data structures and related functions for parsing and searching through Dwarf .debug_frame data.
|
Package frame contains data structures and related functions for parsing and searching through Dwarf .debug_frame data. |
delve/pkg/proc
Package proc is a low-level package that provides methods to manipulate the process we are debugging.
|
Package proc is a low-level package that provides methods to manipulate the process we are debugging. |
delve/pkg/terminal
Package terminal implements functions for responding to user input and dispatching to appropriate backend commands.
|
Package terminal implements functions for responding to user input and dispatching to appropriate backend commands. |
fatih
|
|
motion/astcontext
Package astcontext provides context aware utilities to be used within editors.
|
Package astcontext provides context aware utilities to be used within editors. |
motion/vim
Package vim provides an encoder for structured data in Vimscript.
|
Package vim provides an encoder for structured data in Vimscript. |
garyburd
|
|
redigo/internal/redistest
Package redistest contains utilities for writing Redigo tests.
|
Package redistest contains utilities for writing Redigo tests. |
redigo/redis
Package redis is a client for the Redis database.
|
Package redis is a client for the Redis database. |
redigo/redisx
Package redisx contains experimental features for Redigo.
|
Package redisx contains experimental features for Redigo. |
go-redis
|
|
redis
Package redis implements a Redis client.
|
Package redis implements a Redis client. |
redis/internal/consistenthash
Package consistenthash provides an implementation of a ring hash.
|
Package consistenthash provides an implementation of a ring hash. |
gogo
|
|
protobuf/_conformance
conformance implements the conformance test subprocess protocol as documented in conformance.proto.
|
conformance implements the conformance test subprocess protocol as documented in conformance.proto. |
protobuf/_conformance/conformance_proto
Package conformance is a generated protocol buffer package.
|
Package conformance is a generated protocol buffer package. |
protobuf/gogoproto
Package gogoproto provides extensions for protocol buffers to achieve:
|
Package gogoproto provides extensions for protocol buffers to achieve: |
protobuf/jsonpb
Package jsonpb provides marshaling and unmarshaling between protocol buffers and JSON.
|
Package jsonpb provides marshaling and unmarshaling between protocol buffers and JSON. |
protobuf/jsonpb/jsonpb_test_proto
Package jsonpb is a generated protocol buffer package.
|
Package jsonpb is a generated protocol buffer package. |
protobuf/plugin/defaultcheck
The defaultcheck plugin is used to check whether nullable is not used incorrectly.
|
The defaultcheck plugin is used to check whether nullable is not used incorrectly. |
protobuf/plugin/description
The description (experimental) plugin generates a Description method for each message.
|
The description (experimental) plugin generates a Description method for each message. |
protobuf/plugin/embedcheck
The embedcheck plugin is used to check whether embed is not used incorrectly.
|
The embedcheck plugin is used to check whether embed is not used incorrectly. |
protobuf/plugin/enumstringer
The enumstringer (experimental) plugin generates a String method for each enum.
|
The enumstringer (experimental) plugin generates a String method for each enum. |
protobuf/plugin/equal
The equal plugin generates an Equal and a VerboseEqual method for each message.
|
The equal plugin generates an Equal and a VerboseEqual method for each message. |
protobuf/plugin/face
The face plugin generates a function will be generated which can convert a structure which satisfies an interface (face) to the specified structure.
|
The face plugin generates a function will be generated which can convert a structure which satisfies an interface (face) to the specified structure. |
protobuf/plugin/gostring
The gostring plugin generates a GoString method for each message.
|
The gostring plugin generates a GoString method for each message. |
protobuf/plugin/marshalto
The marshalto plugin generates a Marshal and MarshalTo method for each message.
|
The marshalto plugin generates a Marshal and MarshalTo method for each message. |
protobuf/plugin/oneofcheck
The oneofcheck plugin is used to check whether oneof is not used incorrectly.
|
The oneofcheck plugin is used to check whether oneof is not used incorrectly. |
protobuf/plugin/populate
The populate plugin generates a NewPopulated function.
|
The populate plugin generates a NewPopulated function. |
protobuf/plugin/size
The size plugin generates a Size or ProtoSize method for each message.
|
The size plugin generates a Size or ProtoSize method for each message. |
protobuf/plugin/stringer
The stringer plugin generates a String method for each message.
|
The stringer plugin generates a String method for each message. |
protobuf/plugin/testgen
The testgen plugin generates Test and Benchmark functions for each message.
|
The testgen plugin generates Test and Benchmark functions for each message. |
protobuf/plugin/union
The onlyone plugin generates code for the onlyone extension.
|
The onlyone plugin generates code for the onlyone extension. |
protobuf/plugin/unmarshal
The unmarshal plugin generates a Unmarshal method for each message.
|
The unmarshal plugin generates a Unmarshal method for each message. |
protobuf/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. |
protobuf/proto/proto3_proto
Package proto3_proto is a generated protocol buffer package.
|
Package proto3_proto is a generated protocol buffer package. |
protobuf/protoc-gen-gogo/descriptor
Package descriptor provides functions for obtaining protocol buffer descriptors for generated Go types.
|
Package descriptor provides functions for obtaining protocol buffer descriptors for generated Go types. |
protobuf/protoc-gen-gogo/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. |
protobuf/protoc-gen-gogo/grpc
Package grpc outputs gRPC service descriptions in Go code.
|
Package grpc outputs gRPC service descriptions in Go code. |
protobuf/protoc-gen-gogo/plugin
Package plugin_go is a generated protocol buffer package.
|
Package plugin_go is a generated protocol buffer package. |
protobuf/test
Package test is a generated protocol buffer package.
|
Package test is a generated protocol buffer package. |
protobuf/test/asymetric-issue125
Package asym is a generated protocol buffer package.
|
Package asym is a generated protocol buffer package. |
protobuf/test/casttype/combos/both
Package casttype is a generated protocol buffer package.
|
Package casttype is a generated protocol buffer package. |
protobuf/test/casttype/combos/marshaler
Package casttype is a generated protocol buffer package.
|
Package casttype is a generated protocol buffer package. |
protobuf/test/casttype/combos/neither
Package casttype is a generated protocol buffer package.
|
Package casttype is a generated protocol buffer package. |
protobuf/test/casttype/combos/unmarshaler
Package casttype is a generated protocol buffer package.
|
Package casttype is a generated protocol buffer package. |
protobuf/test/castvalue
Package castvalue is a generated protocol buffer package.
|
Package castvalue is a generated protocol buffer package. |
protobuf/test/castvalue/combos/both
Package castvalue is a generated protocol buffer package.
|
Package castvalue is a generated protocol buffer package. |
protobuf/test/castvalue/combos/marshaler
Package castvalue is a generated protocol buffer package.
|
Package castvalue is a generated protocol buffer package. |
protobuf/test/castvalue/combos/unmarshaler
Package castvalue is a generated protocol buffer package.
|
Package castvalue is a generated protocol buffer package. |
protobuf/test/combos/both
Package test is a generated protocol buffer package.
|
Package test is a generated protocol buffer package. |
protobuf/test/combos/marshaler
Package test is a generated protocol buffer package.
|
Package test is a generated protocol buffer package. |
protobuf/test/combos/unmarshaler
Package test is a generated protocol buffer package.
|
Package test is a generated protocol buffer package. |
protobuf/test/custom
Package custom contains custom types for test and example purposes.
|
Package custom contains custom types for test and example purposes. |
protobuf/test/custom-dash-type
Package custom contains custom types for test and example purposes.
|
Package custom contains custom types for test and example purposes. |
protobuf/test/custombytesnonstruct
Package custombytesnonstruct is a generated protocol buffer package.
|
Package custombytesnonstruct is a generated protocol buffer package. |
protobuf/test/data
Package data is a generated protocol buffer package.
|
Package data is a generated protocol buffer package. |
protobuf/test/empty-issue70
Package empty is a generated protocol buffer package.
|
Package empty is a generated protocol buffer package. |
protobuf/test/enumcustomname
Package enumcustomname is a generated protocol buffer package.
|
Package enumcustomname is a generated protocol buffer package. |
protobuf/test/enumdecl
Package enumdecl is a generated protocol buffer package.
|
Package enumdecl is a generated protocol buffer package. |
protobuf/test/enumdecl_all
Package enumdeclall is a generated protocol buffer package.
|
Package enumdeclall is a generated protocol buffer package. |
protobuf/test/enumprefix
Package enumprefix is a generated protocol buffer package.
|
Package enumprefix is a generated protocol buffer package. |
protobuf/test/enumstringer
Package enumstringer is a generated protocol buffer package.
|
Package enumstringer is a generated protocol buffer package. |
protobuf/test/example
Package test is a generated protocol buffer package.
|
Package test is a generated protocol buffer package. |
protobuf/test/filedotname
Package filedotname is a generated protocol buffer package.
|
Package filedotname is a generated protocol buffer package. |
protobuf/test/fuzztests
Package fuzztests is a generated protocol buffer package.
|
Package fuzztests is a generated protocol buffer package. |
protobuf/test/group
Package group is a generated protocol buffer package.
|
Package group is a generated protocol buffer package. |
protobuf/test/importcustom-issue389/imported
Package imported is a generated protocol buffer package.
|
Package imported is a generated protocol buffer package. |
protobuf/test/importcustom-issue389/importing
Package importing is a generated protocol buffer package.
|
Package importing is a generated protocol buffer package. |
protobuf/test/importdedup
Package importdedup is a generated protocol buffer package.
|
Package importdedup is a generated protocol buffer package. |
protobuf/test/importdedup/subpkg
Package subpkg is a generated protocol buffer package.
|
Package subpkg is a generated protocol buffer package. |
protobuf/test/importduplicate
Package importduplicate is a generated protocol buffer package.
|
Package importduplicate is a generated protocol buffer package. |
protobuf/test/importduplicate/proto
Package proto is a generated protocol buffer package.
|
Package proto is a generated protocol buffer package. |
protobuf/test/importduplicate/sortkeys
Package sortkeys is a generated protocol buffer package.
|
Package sortkeys is a generated protocol buffer package. |
protobuf/test/indeximport-issue72
Package indeximport is a generated protocol buffer package.
|
Package indeximport is a generated protocol buffer package. |
protobuf/test/indeximport-issue72/index
Package index is a generated protocol buffer package.
|
Package index is a generated protocol buffer package. |
protobuf/test/int64support
Package int64support is a generated protocol buffer package.
|
Package int64support is a generated protocol buffer package. |
protobuf/test/issue260
Package issue260 is a generated protocol buffer package.
|
Package issue260 is a generated protocol buffer package. |
protobuf/test/issue261
Package issue261 is a generated protocol buffer package.
|
Package issue261 is a generated protocol buffer package. |
protobuf/test/issue262
Package timefail is a generated protocol buffer package.
|
Package timefail is a generated protocol buffer package. |
protobuf/test/issue312
Package issue312 is a generated protocol buffer package.
|
Package issue312 is a generated protocol buffer package. |
protobuf/test/issue312/events
Package events is a generated protocol buffer package.
|
Package events is a generated protocol buffer package. |
protobuf/test/issue322
Package test is a generated protocol buffer package.
|
Package test is a generated protocol buffer package. |
protobuf/test/issue330
Package issue330 is a generated protocol buffer package.
|
Package issue330 is a generated protocol buffer package. |
protobuf/test/issue34
Package issue34 is a generated protocol buffer package.
|
Package issue34 is a generated protocol buffer package. |
protobuf/test/issue42order
Package issue42 is a generated protocol buffer package.
|
Package issue42 is a generated protocol buffer package. |
protobuf/test/issue8
Package proto is a generated protocol buffer package.
|
Package proto is a generated protocol buffer package. |
protobuf/test/mapdefaults
Package mapdefaults is a generated protocol buffer package.
|
Package mapdefaults is a generated protocol buffer package. |
protobuf/test/mapdefaults/combos/both
Package mapdefaults is a generated protocol buffer package.
|
Package mapdefaults is a generated protocol buffer package. |
protobuf/test/mapdefaults/combos/marshaler
Package mapdefaults is a generated protocol buffer package.
|
Package mapdefaults is a generated protocol buffer package. |
protobuf/test/mapdefaults/combos/neither
Package mapdefaults is a generated protocol buffer package.
|
Package mapdefaults is a generated protocol buffer package. |
protobuf/test/mapdefaults/combos/unmarshaler
Package mapdefaults is a generated protocol buffer package.
|
Package mapdefaults is a generated protocol buffer package. |
protobuf/test/mapsproto2/combos/both
Package proto2_maps is a generated protocol buffer package.
|
Package proto2_maps is a generated protocol buffer package. |
protobuf/test/mapsproto2/combos/marshaler
Package proto2_maps is a generated protocol buffer package.
|
Package proto2_maps is a generated protocol buffer package. |
protobuf/test/mapsproto2/combos/neither
Package proto2_maps is a generated protocol buffer package.
|
Package proto2_maps is a generated protocol buffer package. |
protobuf/test/mapsproto2/combos/unmarshaler
Package proto2_maps is a generated protocol buffer package.
|
Package proto2_maps is a generated protocol buffer package. |
protobuf/test/moredefaults
Package moredefaults is a generated protocol buffer package.
|
Package moredefaults is a generated protocol buffer package. |
protobuf/test/nopackage
Package nopackage is a generated protocol buffer package.
|
Package nopackage is a generated protocol buffer package. |
protobuf/test/oneof/combos/both
Package one is a generated protocol buffer package.
|
Package one is a generated protocol buffer package. |
protobuf/test/oneof/combos/marshaler
Package one is a generated protocol buffer package.
|
Package one is a generated protocol buffer package. |
protobuf/test/oneof/combos/neither
Package one is a generated protocol buffer package.
|
Package one is a generated protocol buffer package. |
protobuf/test/oneof/combos/unmarshaler
Package one is a generated protocol buffer package.
|
Package one is a generated protocol buffer package. |
protobuf/test/oneof3/combos/both
Package one is a generated protocol buffer package.
|
Package one is a generated protocol buffer package. |
protobuf/test/oneof3/combos/marshaler
Package one is a generated protocol buffer package.
|
Package one is a generated protocol buffer package. |
protobuf/test/oneof3/combos/neither
Package one is a generated protocol buffer package.
|
Package one is a generated protocol buffer package. |
protobuf/test/oneof3/combos/unmarshaler
Package one is a generated protocol buffer package.
|
Package one is a generated protocol buffer package. |
protobuf/test/oneofembed
Package proto is a generated protocol buffer package.
|
Package proto is a generated protocol buffer package. |
protobuf/test/packed
Package packed is a generated protocol buffer package.
|
Package packed is a generated protocol buffer package. |
protobuf/test/proto3extension
Package proto3extension is a generated protocol buffer package.
|
Package proto3extension is a generated protocol buffer package. |
protobuf/test/protosize
Package protosize is a generated protocol buffer package.
|
Package protosize is a generated protocol buffer package. |
protobuf/test/required
Package required is a generated protocol buffer package.
|
Package required is a generated protocol buffer package. |
protobuf/test/sizeunderscore
Package sizeunderscore is a generated protocol buffer package.
|
Package sizeunderscore is a generated protocol buffer package. |
protobuf/test/stdtypes
Package stdtypes is a generated protocol buffer package.
|
Package stdtypes is a generated protocol buffer package. |
protobuf/test/tags
Package tags is a generated protocol buffer package.
|
Package tags is a generated protocol buffer package. |
protobuf/test/theproto3/combos/both
Package theproto3 is a generated protocol buffer package.
|
Package theproto3 is a generated protocol buffer package. |
protobuf/test/theproto3/combos/marshaler
Package theproto3 is a generated protocol buffer package.
|
Package theproto3 is a generated protocol buffer package. |
protobuf/test/theproto3/combos/neither
Package theproto3 is a generated protocol buffer package.
|
Package theproto3 is a generated protocol buffer package. |
protobuf/test/theproto3/combos/unmarshaler
Package theproto3 is a generated protocol buffer package.
|
Package theproto3 is a generated protocol buffer package. |
protobuf/test/typedecl
Package typedecl is a generated protocol buffer package.
|
Package typedecl is a generated protocol buffer package. |
protobuf/test/typedecl_all
Package typedeclall is a generated protocol buffer package.
|
Package typedeclall is a generated protocol buffer package. |
protobuf/test/typedeclimport
Package typedeclimport is a generated protocol buffer package.
|
Package typedeclimport is a generated protocol buffer package. |
protobuf/test/typedeclimport/subpkg
Package subpkg is a generated protocol buffer package.
|
Package subpkg is a generated protocol buffer package. |
protobuf/test/types/combos/both
Package types is a generated protocol buffer package.
|
Package types is a generated protocol buffer package. |
protobuf/test/types/combos/marshaler
Package types is a generated protocol buffer package.
|
Package types is a generated protocol buffer package. |
protobuf/test/types/combos/neither
Package types is a generated protocol buffer package.
|
Package types is a generated protocol buffer package. |
protobuf/test/types/combos/unmarshaler
Package types is a generated protocol buffer package.
|
Package types is a generated protocol buffer package. |
protobuf/test/unmarshalmerge
Package unmarshalmerge is a generated protocol buffer package.
|
Package unmarshalmerge is a generated protocol buffer package. |
protobuf/test/unrecognized
Package unrecognized is a generated protocol buffer package.
|
Package unrecognized is a generated protocol buffer package. |
protobuf/test/unrecognizedgroup
Package unrecognizedgroup is a generated protocol buffer package.
|
Package unrecognizedgroup is a generated protocol buffer package. |
protobuf/types
Package types is a generated protocol buffer package.
|
Package types is a generated protocol buffer package. |
protobuf/vanity/test/fast
Package vanity is a generated protocol buffer package.
|
Package vanity is a generated protocol buffer package. |
protobuf/vanity/test/faster
Package vanity is a generated protocol buffer package.
|
Package vanity is a generated protocol buffer package. |
protobuf/vanity/test/slick
Package vanity is a generated protocol buffer package.
|
Package vanity is a generated protocol buffer package. |
golang
|
|
lint
Package lint contains a linter for Go source code.
|
Package lint contains a linter for Go source code. |
lint/golint
golint lints the Go source files named on its command line.
|
golint lints the Go source files named on its command line. |
protobuf/_conformance
conformance implements the conformance test subprocess protocol as documented in conformance.proto.
|
conformance implements the conformance test subprocess protocol as documented in conformance.proto. |
protobuf/_conformance/conformance_proto
Package conformance is a generated protocol buffer package.
|
Package conformance is a generated protocol buffer package. |
protobuf/descriptor
Package descriptor provides functions for obtaining protocol buffer descriptors for generated Go types.
|
Package descriptor provides functions for obtaining protocol buffer descriptors for generated Go types. |
protobuf/jsonpb
Package jsonpb provides marshaling and unmarshaling between protocol buffers and JSON.
|
Package jsonpb provides marshaling and unmarshaling between protocol buffers and JSON. |
protobuf/jsonpb/jsonpb_test_proto
Package jsonpb is a generated protocol buffer package.
|
Package jsonpb is a generated protocol buffer package. |
protobuf/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. |
protobuf/proto/proto3_proto
Package proto3_proto is a generated protocol buffer package.
|
Package proto3_proto is a generated protocol buffer package. |
protobuf/protoc-gen-go/descriptor
Package descriptor is a generated protocol buffer package.
|
Package descriptor is a generated protocol buffer package. |
protobuf/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. |
protobuf/protoc-gen-go/grpc
Package grpc outputs gRPC service descriptions in Go code.
|
Package grpc outputs gRPC service descriptions in Go code. |
protobuf/protoc-gen-go/plugin
Package plugin_go is a generated protocol buffer package.
|
Package plugin_go is a generated protocol buffer package. |
protobuf/ptypes
Package ptypes contains code for interacting with well-known types.
|
Package ptypes contains code for interacting with well-known types. |
protobuf/ptypes/any
Package any is a generated protocol buffer package.
|
Package any is a generated protocol buffer package. |
protobuf/ptypes/duration
Package duration is a generated protocol buffer package.
|
Package duration is a generated protocol buffer package. |
protobuf/ptypes/empty
Package empty is a generated protocol buffer package.
|
Package empty is a generated protocol buffer package. |
protobuf/ptypes/struct
Package structpb is a generated protocol buffer package.
|
Package structpb is a generated protocol buffer package. |
protobuf/ptypes/timestamp
Package timestamp is a generated protocol buffer package.
|
Package timestamp is a generated protocol buffer package. |
protobuf/ptypes/wrappers
Package wrappers is a generated protocol buffer package.
|
Package wrappers is a generated protocol buffer package. |
tools/benchmark/parse
Package parse provides support for parsing benchmark results as generated by 'go test -bench'.
|
Package parse provides support for parsing benchmark results as generated by 'go test -bench'. |
tools/blog
Package blog implements a web server for articles written in present format.
|
Package blog implements a web server for articles written in present format. |
tools/blog/atom
Package atom defines XML data structures for an Atom feed.
|
Package atom defines XML data structures for an Atom feed. |
tools/cmd/benchcmp
The benchcmp command displays performance changes between benchmarks.
|
The benchcmp command displays performance changes between benchmarks. |
tools/cmd/bundle
Bundle creates a single-source-file version of a source package suitable for inclusion in a particular target package.
|
Bundle creates a single-source-file version of a source package suitable for inclusion in a particular target package. |
tools/cmd/callgraph
callgraph: a tool for reporting the call graph of a Go program.
|
callgraph: a tool for reporting the call graph of a Go program. |
tools/cmd/compilebench
Compilebench benchmarks the speed of the Go compiler.
|
Compilebench benchmarks the speed of the Go compiler. |
tools/cmd/cover
Cover is a program for analyzing the coverage profiles generated by 'go test -coverprofile=cover.out'.
|
Cover is a program for analyzing the coverage profiles generated by 'go test -coverprofile=cover.out'. |
tools/cmd/digraph
The digraph command performs queries over unlabelled directed graphs represented in text form.
|
The digraph command performs queries over unlabelled directed graphs represented in text form. |
tools/cmd/eg
The eg command performs example-based refactoring.
|
The eg command performs example-based refactoring. |
tools/cmd/fiximports
The fiximports command fixes import declarations to use the canonical import path for packages that have an "import comment" as defined by https://golang.org/s/go14customimport.
|
The fiximports command fixes import declarations to use the canonical import path for packages that have an "import comment" as defined by https://golang.org/s/go14customimport. |
tools/cmd/getgo
The getgo command installs Go to the user's system.
|
The getgo command installs Go to the user's system. |
tools/cmd/getgo/server
Command server serves get.golang.org, redirecting users to the appropriate getgo installer based on the request path.
|
Command server serves get.golang.org, redirecting users to the appropriate getgo installer based on the request path. |
tools/cmd/go-contrib-init
The go-contrib-init command helps new Go contributors get their development environment set up for the Go contribution process.
|
The go-contrib-init command helps new Go contributors get their development environment set up for the Go contribution process. |
tools/cmd/godex
The godex command prints (dumps) exported information of packages or selected package objects.
|
The godex command prints (dumps) exported information of packages or selected package objects. |
tools/cmd/godoc
Godoc extracts and generates documentation for Go programs.
|
Godoc extracts and generates documentation for Go programs. |
tools/cmd/goimports
Command goimports updates your Go import lines, adding missing ones and removing unreferenced ones.
|
Command goimports updates your Go import lines, adding missing ones and removing unreferenced ones. |
tools/cmd/gomvpkg
The gomvpkg command moves go packages, updating import declarations.
|
The gomvpkg command moves go packages, updating import declarations. |
tools/cmd/gorename
The gorename command performs precise type-safe renaming of identifiers in Go source code.
|
The gorename command performs precise type-safe renaming of identifiers in Go source code. |
tools/cmd/gotype
The gotype command, like the front-end of a Go compiler, parses and type-checks a single Go package.
|
The gotype command, like the front-end of a Go compiler, parses and type-checks a single Go package. |
tools/cmd/goyacc
Goyacc is a version of yacc for Go.
|
Goyacc is a version of yacc for Go. |
tools/cmd/guru
guru: a tool for answering questions about Go source code.
|
guru: a tool for answering questions about Go source code. |
tools/cmd/guru/serial
Package serial defines the guru's schema for -json output.
|
Package serial defines the guru's schema for -json output. |
tools/cmd/heapview
heapview is a tool for viewing Go heap dumps.
|
heapview is a tool for viewing Go heap dumps. |
tools/cmd/heapview/internal/core
Package core provides functions for reading core dumps and examining their contained heaps.
|
Package core provides functions for reading core dumps and examining their contained heaps. |
tools/cmd/html2article
This program takes an HTML file and outputs a corresponding article file in present format.
|
This program takes an HTML file and outputs a corresponding article file in present format. |
tools/cmd/present
Present displays slide presentations and articles.
|
Present displays slide presentations and articles. |
tools/cmd/ssadump
ssadump: a tool for displaying and interpreting the SSA form of Go programs.
|
ssadump: a tool for displaying and interpreting the SSA form of Go programs. |
tools/cmd/stress
The stress utility is intended for catching sporadic failures.
|
The stress utility is intended for catching sporadic failures. |
tools/cmd/stringer
Stringer is a tool to automate the creation of methods that satisfy the fmt.Stringer interface.
|
Stringer is a tool to automate the creation of methods that satisfy the fmt.Stringer interface. |
tools/cmd/tip
Command tip is the tip.golang.org server, serving the latest HEAD straight from the Git oven.
|
Command tip is the tip.golang.org server, serving the latest HEAD straight from the Git oven. |
tools/cmd/toolstash
Toolstash provides a way to save, run, and restore a known good copy of the Go toolchain and to compare the object files generated by two toolchains.
|
Toolstash provides a way to save, run, and restore a known good copy of the Go toolchain and to compare the object files generated by two toolchains. |
tools/container/intsets
Package intsets provides Sparse, a compact and fast representation for sparse sets of int values.
|
Package intsets provides Sparse, a compact and fast representation for sparse sets of int values. |
tools/cover
Package cover provides support for parsing coverage profiles generated by "go test -coverprofile=cover.out".
|
Package cover provides support for parsing coverage profiles generated by "go test -coverprofile=cover.out". |
tools/go/ast/astutil
Package astutil contains common utilities for working with the Go AST.
|
Package astutil contains common utilities for working with the Go AST. |
tools/go/buildutil
Package buildutil provides utilities related to the go/build package in the standard library.
|
Package buildutil provides utilities related to the go/build package in the standard library. |
tools/go/callgraph
Package callgraph defines the call graph and various algorithms and utilities to operate on it.
|
Package callgraph defines the call graph and various algorithms and utilities to operate on it. |
tools/go/callgraph/cha
Package cha computes the call graph of a Go program using the Class Hierarchy Analysis (CHA) algorithm.
|
Package cha computes the call graph of a Go program using the Class Hierarchy Analysis (CHA) algorithm. |
tools/go/callgraph/rta
This package provides Rapid Type Analysis (RTA) for Go, a fast algorithm for call graph construction and discovery of reachable code (and hence dead code) and runtime types.
|
This package provides Rapid Type Analysis (RTA) for Go, a fast algorithm for call graph construction and discovery of reachable code (and hence dead code) and runtime types. |
tools/go/callgraph/static
Package static computes the call graph of a Go program containing only static call edges.
|
Package static computes the call graph of a Go program containing only static call edges. |
tools/go/gccgoexportdata
Package gccgoexportdata provides functions for reading export data files containing type information produced by the gccgo compiler.
|
Package gccgoexportdata provides functions for reading export data files containing type information produced by the gccgo compiler. |
tools/go/gcexportdata
Package gcexportdata provides functions for locating, reading, and writing export data files containing type information produced by the gc compiler.
|
Package gcexportdata provides functions for locating, reading, and writing export data files containing type information produced by the gc compiler. |
tools/go/gcimporter15
Package gcimporter15 provides various functions for reading gc-generated object files that can be used to implement the Importer interface defined by the Go 1.5 standard library package.
|
Package gcimporter15 provides various functions for reading gc-generated object files that can be used to implement the Importer interface defined by the Go 1.5 standard library package. |
tools/go/internal/gccgoimporter
Package gccgoimporter implements Import for gccgo-generated object files.
|
Package gccgoimporter implements Import for gccgo-generated object files. |
tools/go/loader
Package loader loads a complete Go program from source code, parsing and type-checking the initial packages plus their transitive closure of dependencies.
|
Package loader loads a complete Go program from source code, parsing and type-checking the initial packages plus their transitive closure of dependencies. |
tools/go/pointer
Package pointer implements Andersen's analysis, an inclusion-based pointer analysis algorithm first described in (Andersen, 1994).
|
Package pointer implements Andersen's analysis, an inclusion-based pointer analysis algorithm first described in (Andersen, 1994). |
tools/go/ssa
Package ssa defines a representation of the elements of Go programs (packages, types, functions, variables and constants) using a static single-assignment (SSA) form intermediate representation (IR) for the bodies of functions.
|
Package ssa defines a representation of the elements of Go programs (packages, types, functions, variables and constants) using a static single-assignment (SSA) form intermediate representation (IR) for the bodies of functions. |
tools/go/ssa/interp
Package ssa/interp defines an interpreter for the SSA representation of Go programs.
|
Package ssa/interp defines an interpreter for the SSA representation of Go programs. |
tools/go/types/typeutil
Package typeutil defines various utilities for types, such as Map, a mapping from types.Type to interface{} values.
|
Package typeutil defines various utilities for types, such as Map, a mapping from types.Type to interface{} values. |
tools/godoc
Package godoc is a work-in-progress (2013-07-17) package to begin splitting up the godoc binary into multiple pieces.
|
Package godoc is a work-in-progress (2013-07-17) package to begin splitting up the godoc binary into multiple pieces. |
tools/godoc/analysis
Package analysis performs type and pointer analysis and generates mark-up for the Go source view.
|
Package analysis performs type and pointer analysis and generates mark-up for the Go source view. |
tools/godoc/redirect
Package redirect provides hooks to register HTTP handlers that redirect old godoc paths to their new equivalents and assist in accessing the issue tracker, wiki, code review system, etc.
|
Package redirect provides hooks to register HTTP handlers that redirect old godoc paths to their new equivalents and assist in accessing the issue tracker, wiki, code review system, etc. |
tools/godoc/static
Package static exports a map of static file content that supports the godoc user interface.
|
Package static exports a map of static file content that supports the godoc user interface. |
tools/godoc/util
Package util contains utility types and functions for godoc.
|
Package util contains utility types and functions for godoc. |
tools/godoc/vfs
Package vfs defines types for abstract file system access and provides an implementation accessing the file system of the underlying OS.
|
Package vfs defines types for abstract file system access and provides an implementation accessing the file system of the underlying OS. |
tools/godoc/vfs/gatefs
Package gatefs provides an implementation of the FileSystem interface that wraps another FileSystem and limits its concurrency.
|
Package gatefs provides an implementation of the FileSystem interface that wraps another FileSystem and limits its concurrency. |
tools/godoc/vfs/httpfs
Package httpfs implements http.FileSystem using a godoc vfs.FileSystem.
|
Package httpfs implements http.FileSystem using a godoc vfs.FileSystem. |
tools/godoc/vfs/mapfs
Package mapfs file provides an implementation of the FileSystem interface based on the contents of a map[string]string.
|
Package mapfs file provides an implementation of the FileSystem interface based on the contents of a map[string]string. |
tools/godoc/vfs/zipfs
Package zipfs file provides an implementation of the FileSystem interface based on the contents of a .zip file.
|
Package zipfs file provides an implementation of the FileSystem interface based on the contents of a .zip file. |
tools/imports
Package imports implements a Go pretty-printer (like package "go/format") that also adds or removes import statements as necessary.
|
Package imports implements a Go pretty-printer (like package "go/format") that also adds or removes import statements as necessary. |
tools/playground
Package playground registers HTTP handlers at "/compile" and "/share" that proxy requests to the golang.org playground service.
|
Package playground registers HTTP handlers at "/compile" and "/share" that proxy requests to the golang.org playground service. |
tools/playground/socket
Package socket implements an WebSocket-based playground backend.
|
Package socket implements an WebSocket-based playground backend. |
tools/present
The present file format
|
The present file format |
tools/refactor/eg
Package eg implements the example-based refactoring tool whose command-line is defined in golang.org/x/tools/cmd/eg.
|
Package eg implements the example-based refactoring tool whose command-line is defined in golang.org/x/tools/cmd/eg. |
tools/refactor/importgraph
Package importgraph computes the forward and reverse import dependency graphs for all packages in a Go workspace.
|
Package importgraph computes the forward and reverse import dependency graphs for all packages in a Go workspace. |
tools/refactor/rename
Package rename contains the implementation of the 'gorename' command whose main function is in golang.org/x/tools/cmd/gorename.
|
Package rename contains the implementation of the 'gorename' command whose main function is in golang.org/x/tools/cmd/gorename. |
tools/refactor/satisfy
Package satisfy inspects the type-checked ASTs of Go packages and reports the set of discovered type constraints of the form (lhs, rhs Type) where lhs is a non-trivial interface, rhs satisfies this interface, and this fact is necessary for the package to be well-typed.
|
Package satisfy inspects the type-checked ASTs of Go packages and reports the set of discovered type constraints of the form (lhs, rhs Type) where lhs is a non-trivial interface, rhs satisfies this interface, and this fact is necessary for the package to be well-typed. |
gorilla
|
|
websocket
Package websocket implements the WebSocket protocol defined in RFC 6455.
|
Package websocket implements the WebSocket protocol defined in RFC 6455. |
websocket/examples/autobahn
Command server is a test server for the Autobahn WebSockets Test Suite.
|
Command server is a test server for the Autobahn WebSockets Test Suite. |
josharian
|
|
impl
impl generates method stubs for implementing an interface.
|
impl generates method stubs for implementing an interface. |
jstemmer
|
|
kisielk
|
|
errcheck/internal/errcheck
Package errcheck is the library used to implement the errcheck command-line tool.
|
Package errcheck is the library used to implement the errcheck command-line tool. |
gotool
Package gotool contains utility functions used to implement the standard "cmd/go" tool, provided as a convenience to developers who want to write tools with similar semantics.
|
Package gotool contains utility functions used to implement the standard "cmd/go" tool, provided as a convenience to developers who want to write tools with similar semantics. |
gotool/internal/load
Package load loads packages.
|
Package load loads packages. |
klauspost
|
|
asmfmt/cmd/asmfmt
Asmfmt formats Go Assembler files.
|
Asmfmt formats Go Assembler files. |
asmfmt/cmd/gofmt
Gofmt formats Go programs.
|
Gofmt formats Go programs. |
liangdas
|
|
mqant/log/beego
Package logs provide a general log interface Usage:
|
Package logs provide a general log interface Usage: |
mqant/log/beego/alils
Package alils implements the SDK(v0.5.0) of Simple Log Service(abbr.
|
Package alils implements the SDK(v0.5.0) of Simple Log Service(abbr. |
mqant/logger/ozzo-log
Package log implements logging with severity levels and message categories.
|
Package log implements logging with severity levels and message categories. |
mqant/module/modules
* 一定要记得在confin.json配置这个模块的参数,否则无法使用
|
* 一定要记得在confin.json配置这个模块的参数,否则无法使用 |
mqant/rpc/pb
Package rpcpb is a generated protocol buffer package.
|
Package rpcpb is a generated protocol buffer package. |
mqant/utils/fatih/structs
Package structs contains various utilities functions to work with structs.
|
Package structs contains various utilities functions to work with structs. |
mqant/utils/x/crypto/acme
Package acme provides an implementation of the Automatic Certificate Management Environment (ACME) spec.
|
Package acme provides an implementation of the Automatic Certificate Management Environment (ACME) spec. |
mqant/utils/x/crypto/acme/autocert
Package autocert provides automatic access to certificates from Let's Encrypt and any other ACME-based CA.
|
Package autocert provides automatic access to certificates from Let's Encrypt and any other ACME-based CA. |
mqant/utils/x/crypto/bcrypt
Package bcrypt implements Provos and Mazières's bcrypt adaptive hashing algorithm.
|
Package bcrypt implements Provos and Mazières's bcrypt adaptive hashing algorithm. |
mqant/utils/x/crypto/blake2b
Package blake2b implements the BLAKE2b hash algorithm as defined in RFC 7693.
|
Package blake2b implements the BLAKE2b hash algorithm as defined in RFC 7693. |
mqant/utils/x/crypto/blake2s
Package blake2s implements the BLAKE2s hash algorithm as defined in RFC 7693.
|
Package blake2s implements the BLAKE2s hash algorithm as defined in RFC 7693. |
mqant/utils/x/crypto/blowfish
Package blowfish implements Bruce Schneier's Blowfish encryption algorithm.
|
Package blowfish implements Bruce Schneier's Blowfish encryption algorithm. |
mqant/utils/x/crypto/bn256
Package bn256 implements a particular bilinear group at the 128-bit security level.
|
Package bn256 implements a particular bilinear group at the 128-bit security level. |
mqant/utils/x/crypto/cast5
Package cast5 implements CAST5, as defined in RFC 2144.
|
Package cast5 implements CAST5, as defined in RFC 2144. |
mqant/utils/x/crypto/chacha20poly1305
Package chacha20poly1305 implements the ChaCha20-Poly1305 AEAD as specified in RFC 7539.
|
Package chacha20poly1305 implements the ChaCha20-Poly1305 AEAD as specified in RFC 7539. |
mqant/utils/x/crypto/chacha20poly1305/internal/chacha20
Package ChaCha20 implements the core ChaCha20 function as specified in https://tools.ietf.org/html/rfc7539#section-2.3.
|
Package ChaCha20 implements the core ChaCha20 function as specified in https://tools.ietf.org/html/rfc7539#section-2.3. |
mqant/utils/x/crypto/curve25519
Package curve25519 provides an implementation of scalar multiplication on the elliptic curve known as curve25519.
|
Package curve25519 provides an implementation of scalar multiplication on the elliptic curve known as curve25519. |
mqant/utils/x/crypto/ed25519
Package ed25519 implements the Ed25519 signature algorithm.
|
Package ed25519 implements the Ed25519 signature algorithm. |
mqant/utils/x/crypto/hkdf
Package hkdf implements the HMAC-based Extract-and-Expand Key Derivation Function (HKDF) as defined in RFC 5869.
|
Package hkdf implements the HMAC-based Extract-and-Expand Key Derivation Function (HKDF) as defined in RFC 5869. |
mqant/utils/x/crypto/md4
Package md4 implements the MD4 hash algorithm as defined in RFC 1320.
|
Package md4 implements the MD4 hash algorithm as defined in RFC 1320. |
mqant/utils/x/crypto/nacl/box
Package box authenticates and encrypts messages using public-key cryptography.
|
Package box authenticates and encrypts messages using public-key cryptography. |
mqant/utils/x/crypto/nacl/secretbox
Package secretbox encrypts and authenticates small messages.
|
Package secretbox encrypts and authenticates small messages. |
mqant/utils/x/crypto/ocsp
Package ocsp parses OCSP responses as specified in RFC 2560.
|
Package ocsp parses OCSP responses as specified in RFC 2560. |
mqant/utils/x/crypto/openpgp
Package openpgp implements high level operations on OpenPGP messages.
|
Package openpgp implements high level operations on OpenPGP messages. |
mqant/utils/x/crypto/openpgp/armor
Package armor implements OpenPGP ASCII Armor, see RFC 4880.
|
Package armor implements OpenPGP ASCII Armor, see RFC 4880. |
mqant/utils/x/crypto/openpgp/clearsign
Package clearsign generates and processes OpenPGP, clear-signed data.
|
Package clearsign generates and processes OpenPGP, clear-signed data. |
mqant/utils/x/crypto/openpgp/elgamal
Package elgamal implements ElGamal encryption, suitable for OpenPGP, as specified in "A Public-Key Cryptosystem and a Signature Scheme Based on Discrete Logarithms," IEEE Transactions on Information Theory, v.
|
Package elgamal implements ElGamal encryption, suitable for OpenPGP, as specified in "A Public-Key Cryptosystem and a Signature Scheme Based on Discrete Logarithms," IEEE Transactions on Information Theory, v. |
mqant/utils/x/crypto/openpgp/errors
Package errors contains common error types for the OpenPGP packages.
|
Package errors contains common error types for the OpenPGP packages. |
mqant/utils/x/crypto/openpgp/packet
Package packet implements parsing and serialization of OpenPGP packets, as specified in RFC 4880.
|
Package packet implements parsing and serialization of OpenPGP packets, as specified in RFC 4880. |
mqant/utils/x/crypto/openpgp/s2k
Package s2k implements the various OpenPGP string-to-key transforms as specified in RFC 4800 section 3.7.1.
|
Package s2k implements the various OpenPGP string-to-key transforms as specified in RFC 4800 section 3.7.1. |
mqant/utils/x/crypto/otr
Package otr implements the Off The Record protocol as specified in http://www.cypherpunks.ca/otr/Protocol-v2-3.1.0.html
|
Package otr implements the Off The Record protocol as specified in http://www.cypherpunks.ca/otr/Protocol-v2-3.1.0.html |
mqant/utils/x/crypto/pbkdf2
Package pbkdf2 implements the key derivation function PBKDF2 as defined in RFC 2898 / PKCS #5 v2.0.
|
Package pbkdf2 implements the key derivation function PBKDF2 as defined in RFC 2898 / PKCS #5 v2.0. |
mqant/utils/x/crypto/pkcs12
Package pkcs12 implements some of PKCS#12.
|
Package pkcs12 implements some of PKCS#12. |
mqant/utils/x/crypto/pkcs12/internal/rc2
Package rc2 implements the RC2 cipher
|
Package rc2 implements the RC2 cipher |
mqant/utils/x/crypto/poly1305
Package poly1305 implements Poly1305 one-time message authentication code as specified in http://cr.yp.to/mac/poly1305-20050329.pdf.
|
Package poly1305 implements Poly1305 one-time message authentication code as specified in http://cr.yp.to/mac/poly1305-20050329.pdf. |
mqant/utils/x/crypto/ripemd160
Package ripemd160 implements the RIPEMD-160 hash algorithm.
|
Package ripemd160 implements the RIPEMD-160 hash algorithm. |
mqant/utils/x/crypto/salsa20
Package salsa20 implements the Salsa20 stream cipher as specified in http://cr.yp.to/snuffle/spec.pdf.
|
Package salsa20 implements the Salsa20 stream cipher as specified in http://cr.yp.to/snuffle/spec.pdf. |
mqant/utils/x/crypto/salsa20/salsa
Package salsa provides low-level access to functions in the Salsa family.
|
Package salsa provides low-level access to functions in the Salsa family. |
mqant/utils/x/crypto/scrypt
Package scrypt implements the scrypt key derivation function as defined in Colin Percival's paper "Stronger Key Derivation via Sequential Memory-Hard Functions" (http://www.tarsnap.com/scrypt/scrypt.pdf).
|
Package scrypt implements the scrypt key derivation function as defined in Colin Percival's paper "Stronger Key Derivation via Sequential Memory-Hard Functions" (http://www.tarsnap.com/scrypt/scrypt.pdf). |
mqant/utils/x/crypto/sha3
Package sha3 implements the SHA-3 fixed-output-length hash functions and the SHAKE variable-output-length hash functions defined by FIPS-202.
|
Package sha3 implements the SHA-3 fixed-output-length hash functions and the SHAKE variable-output-length hash functions defined by FIPS-202. |
mqant/utils/x/crypto/ssh
Package ssh implements an SSH client and server.
|
Package ssh implements an SSH client and server. |
mqant/utils/x/crypto/ssh/agent
Package agent implements the ssh-agent protocol, and provides both a client and a server.
|
Package agent implements the ssh-agent protocol, and provides both a client and a server. |
mqant/utils/x/crypto/ssh/terminal
Package terminal provides support functions for dealing with terminals, as commonly found on UNIX systems.
|
Package terminal provides support functions for dealing with terminals, as commonly found on UNIX systems. |
mqant/utils/x/crypto/ssh/test
This package contains integration tests for the
|
This package contains integration tests for the |
mqant/utils/x/crypto/twofish
Package twofish implements Bruce Schneier's Twofish encryption algorithm.
|
Package twofish implements Bruce Schneier's Twofish encryption algorithm. |
mqant/utils/x/crypto/xtea
Package xtea implements XTEA encryption, as defined in Needham and Wheeler's 1997 technical report, "Tea extensions."
|
Package xtea implements XTEA encryption, as defined in Needham and Wheeler's 1997 technical report, "Tea extensions." |
mqant/utils/x/crypto/xts
Package xts implements the XTS cipher mode as specified in IEEE P1619/D16.
|
Package xts implements the XTS cipher mode as specified in IEEE P1619/D16. |
nsf
|
|
opentracing
|
|
rogpeppe
|
|
godef
Godef prints the source location of definitions in Go programs.
|
Godef prints the source location of definitions in Go programs. |
godef/go/ast
Package ast declares the types used to represent syntax trees for Go packages.
|
Package ast declares the types used to represent syntax trees for Go packages. |
godef/go/parser
A parser for Go source files.
|
A parser for Go source files. |
godef/go/printer
Package printer implements printing of AST nodes.
|
Package printer implements printing of AST nodes. |
godef/go/scanner
Package scanner implements a scanner for Go source text.
|
Package scanner implements a scanner for Go source text. |
godef/go/sym
The sym package provides a way to iterate over and change the symbols in Go source files.
|
The sym package provides a way to iterate over and change the symbols in Go source files. |
godef/go/token
This package defines constants representing the lexical tokens of the Go programming language and basic operations on tokens (printing, predicates).
|
This package defines constants representing the lexical tokens of the Go programming language and basic operations on tokens (printing, predicates). |
godef/go/types
Types infers source locations and types from Go expressions.
|
Types infers source locations and types from Go expressions. |
shadowsocks
|
|
shadowsocks-go/script
Simple http server for testing.
|
Simple http server for testing. |
* | |
streadway
|
|
amqp
Package amqp is an AMQP 0.9.1 client with RabbitMQ extensions
|
Package amqp is an AMQP 0.9.1 client with RabbitMQ extensions |
amqp/_examples/simple-consumer
This example declares a durable Exchange, an ephemeral (auto-delete) Queue, binds the Queue to the Exchange with a binding key, and consumes every message published to that Exchange with that routing key.
|
This example declares a durable Exchange, an ephemeral (auto-delete) Queue, binds the Queue to the Exchange with a binding key, and consumes every message published to that Exchange with that routing key. |
amqp/_examples/simple-producer
This example declares a durable Exchange, and publishes a single message to that Exchange with a given routing key.
|
This example declares a durable Exchange, and publishes a single message to that Exchange with a given routing key. |
tealeg
|
|
uudashr
|
|
gopkgs
Package gopkgs is a utility to get list of golang packages.
|
Package gopkgs is a utility to get list of golang packages. |
viphxin
|
|
zmb3
|
|
gogetdoc
gogetdoc gets documentation for Go objects given their locations in the source code
|
gogetdoc gets documentation for Go objects given their locations in the source code |
Click to show internal directories.
Click to hide internal directories.