src

command
v0.0.0-...-f84f93e Latest Latest
Warning

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

Go to latest
Published: May 30, 2018 License: Apache-2.0 Imports: 27 Imported by: 0

Documentation

The Go Gopher

There is no documentation for this package.

Directories

Path Synopsis
code.google.com
p/go.tools/astutil
Package astutil contains common utilities for working with the Go AST.
Package astutil contains common utilities for working with the Go AST.
p/go.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.
p/go.tools/blog/atom
Package atom defines XML data structures for an Atom feed.
Package atom defines XML data structures for an Atom feed.
p/go.tools/call
Package call defines the call graph abstraction and various algorithms and utilities to operate on it.
Package call defines the call graph abstraction and various algorithms and utilities to operate on it.
p/go.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'.
p/go.tools/cmd/godoc
Godoc extracts and generates documentation for Go programs.
Godoc extracts and generates documentation for Go programs.
p/go.tools/cmd/gotype
The gotype command does syntactic and semantic analysis of Go files and packages like the front-end of a Go compiler.
The gotype command does syntactic and semantic analysis of Go files and packages like the front-end of a Go compiler.
p/go.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.
p/go.tools/cmd/oracle
oracle: a tool for answering questions about Go source code.
oracle: a tool for answering questions about Go source code.
p/go.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.
p/go.tools/cmd/vet
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.
p/go.tools/cmd/vet/whitelist
Package whitelist defines exceptions for the vet tool.
Package whitelist defines exceptions for the vet tool.
p/go.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".
p/go.tools/dashboard/builder
Go Builder is a continuous build client for the Go project.
Go Builder is a continuous build client for the Go project.
p/go.tools/go/exact
Package exact implements mathematically exact values and operations for untyped Go constant values.
Package exact implements mathematically exact values and operations for untyped Go constant values.
p/go.tools/go/gcimporter
Package gcimporter implements Import for gc-generated object files.
Package gcimporter implements Import for gc-generated object files.
p/go.tools/go/types
Package types declares the data types and implements the algorithms for type-checking of Go packages.
Package types declares the data types and implements the algorithms for type-checking of Go packages.
p/go.tools/go/types/typemap
Package typemap defines type M, a hash-table-based mapping from types (go/types.Type) to arbitrary values, and a hash function on types.
Package typemap defines type M, a hash-table-based mapping from types (go/types.Type) to arbitrary values, and a hash function on types.
p/go.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.
p/go.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.
p/go.tools/godoc/util
Package util contains utility types and functions for godoc.
Package util contains utility types and functions for godoc.
p/go.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.
p/go.tools/godoc/vfs/httpfs
Package httpfs implements http.FileSystem using a godoc vfs.FileSystem.
Package httpfs implements http.FileSystem using a godoc vfs.FileSystem.
p/go.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.
p/go.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.
p/go.tools/importer
Package importer defines the Importer, which loads, parses and type-checks packages of Go code plus their transitive closure, and retains both the ASTs and the derived facts.
Package importer defines the Importer, which loads, parses and type-checks packages of Go code plus their transitive closure, and retains both the ASTs and the derived facts.
p/go.tools/oracle
Package oracle contains the implementation of the oracle tool whose command-line is provided by code.google.com/p/go.tools/cmd/oracle.
Package oracle contains the implementation of the oracle tool whose command-line is provided by code.google.com/p/go.tools/cmd/oracle.
p/go.tools/oracle/serial
Package serial defines the oracle's schema for structured data serialization using JSON, XML, etc.
Package serial defines the oracle's schema for structured data serialization using JSON, XML, etc.
p/go.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.
p/go.tools/playground/socket
Package socket implements an WebSocket-based playground backend.
Package socket implements an WebSocket-based playground backend.
p/go.tools/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).
p/go.tools/present
The present file format Present files have the following format.
The present file format Present files have the following format.
p/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.
p/go.tools/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.
p/goprotobuf/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.
p/goprotobuf/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.
game
csv
github.com
dgrijalva/jwt-go
Package jwt is a Go implementation of JSON Web Tokens: http://self-issued.info/docs/draft-jones-json-web-token.html See README.md for more info.
Package jwt is a Go implementation of JSON Web Tokens: http://self-issued.info/docs/draft-jones-json-web-token.html See README.md for more info.
dgrijalva/jwt-go/cmd/jwt
A useful example app.
A useful example app.
dgrijalva/jwt-go/request
Utility package for extracting JWT tokens from HTTP requests.
Utility package for extracting JWT tokens from HTTP requests.
golang/glog
Package glog implements logging analogous to the Google-internal C++ INFO/ERROR/V setup.
Package glog implements logging analogous to the Google-internal C++ INFO/ERROR/V setup.
gorilla/context
Package context stores values shared during a request lifetime.
Package context stores values shared during a request lifetime.
gorilla/mux
Package mux implements a request router and dispatcher.
Package mux implements a request router and dispatcher.
gorilla/websocket
Package websocket implements the WebSocket protocol defined in RFC 6455.
Package websocket implements the WebSocket protocol defined in RFC 6455.
gorilla/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.
labstack/echo
Package echo implements a fast and unfancy HTTP server framework for Go (Golang).
Package echo implements a fast and unfancy HTTP server framework for Go (Golang).
mattn/go-isatty
Package isatty implements interface to isatty
Package isatty implements interface to isatty
robfig/cron
This library implements a cron spec parser and runner.
This library implements a cron spec parser and runner.
rsc/letsencrypt
Package letsencrypt obtains TLS certificates from LetsEncrypt.org.
Package letsencrypt obtains TLS certificates from LetsEncrypt.org.
valyala/fasttemplate
Package fasttemplate implements simple and fast template library.
Package fasttemplate implements simple and fast template library.
golang.org
x/crypto/ocsp
Package ocsp parses OCSP responses as specified in RFC 2560.
Package ocsp parses OCSP responses as specified in RFC 2560.
x/net/context
Package context defines the Context type, which carries deadlines, cancelation signals, and other request-scoped values across API boundaries and between processes.
Package context defines the Context type, which carries deadlines, cancelation signals, and other request-scoped values across API boundaries and between processes.
x/net/context/ctxhttp
Package ctxhttp provides helper functions for performing context-aware HTTP requests.
Package ctxhttp provides helper functions for performing context-aware HTTP requests.
x/text/encoding
Package encoding defines an interface for character encodings, such as Shift JIS and Windows 1252, that can convert to and from UTF-8.
Package encoding defines an interface for character encodings, such as Shift JIS and Windows 1252, that can convert to and from UTF-8.
x/text/encoding/ianaindex
Package ianaindex maps names to Encodings as specified by the IANA registry.
Package ianaindex maps names to Encodings as specified by the IANA registry.
x/text/encoding/internal
Package internal contains code that is shared among encoding implementations.
Package internal contains code that is shared among encoding implementations.
x/text/encoding/internal/identifier
Package identifier defines the contract between implementations of Encoding and Index by defining identifiers that uniquely identify standardized coded character sets (CCS) and character encoding schemes (CES), which we will together refer to as encodings, for which Encoding implementations provide converters to and from UTF-8.
Package identifier defines the contract between implementations of Encoding and Index by defining identifiers that uniquely identify standardized coded character sets (CCS) and character encoding schemes (CES), which we will together refer to as encodings, for which Encoding implementations provide converters to and from UTF-8.
x/text/encoding/simplifiedchinese
Package simplifiedchinese provides Simplified Chinese encodings such as GBK.
Package simplifiedchinese provides Simplified Chinese encodings such as GBK.
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.
x/time/rate
Package rate provides a rate limiter.
Package rate provides a rate limiter.
gopkg.in
mgo.v2
Package mgo offers a rich MongoDB driver for Go.
Package mgo offers a rich MongoDB driver for Go.
mgo.v2/bson
Package bson is an implementation of the BSON specification for Go: http://bsonspec.org It was created as part of the mgo MongoDB driver for Go, but is standalone and may be used on its own without the driver.
Package bson is an implementation of the BSON specification for Go: http://bsonspec.org It was created as part of the mgo MongoDB driver for Go, but is standalone and may be used on its own without the driver.
mgo.v2/internal/json
Package json implements encoding and decoding of JSON as defined in RFC 4627.
Package json implements encoding and decoding of JSON as defined in RFC 4627.
mgo.v2/internal/scram
Pacakage scram implements a SCRAM-{SHA-1,etc} client per RFC5802.
Pacakage scram implements a SCRAM-{SHA-1,etc} client per RFC5802.
mgo.v2/txn
The txn package implements support for multi-document transactions.
The txn package implements support for multi-document transactions.
square/go-jose.v1
Package jose aims to provide an implementation of the Javascript Object Signing and Encryption set of standards.
Package jose aims to provide an implementation of the Javascript Object Signing and Encryption set of standards.
square/go-jose.v1/json
Package json implements encoding and decoding of JSON objects as defined in RFC 4627.
Package json implements encoding and decoding of JSON objects as defined in RFC 4627.
********************************************************* * Author : Michael * Email : dolotech@163.com * Last modified : 2016-01-23 10:43 * Filename : iconn.go * Description : 每个玩家socket连接的对象接口 * ****************************************************** ********************************************************* * Author : Michael * Email : dolotech@163.com * Last modified : 2016-01-23 11:01 * Filename : iuser.go * Description : 玩家自己的详细数据接口 * ****************************************************** ********************************************************* * Author : Michael * Email : dolotech@163.com * Last modified : 2016-06-11 16:27 * Filename : interface.go * Description : 零散的接口 * ****************************************************** ********************************************************* * Author : Michael * Email : dolotech@163.com * Last modified : 2016-01-23 10:42 * Filename : iroom.go * Description : 房间的数据接口 * ******************************************************
********************************************************* * Author : Michael * Email : dolotech@163.com * Last modified : 2016-01-23 10:43 * Filename : iconn.go * Description : 每个玩家socket连接的对象接口 * ****************************************************** ********************************************************* * Author : Michael * Email : dolotech@163.com * Last modified : 2016-01-23 11:01 * Filename : iuser.go * Description : 玩家自己的详细数据接口 * ****************************************************** ********************************************************* * Author : Michael * Email : dolotech@163.com * Last modified : 2016-06-11 16:27 * Filename : interface.go * Description : 零散的接口 * ****************************************************** ********************************************************* * Author : Michael * Email : dolotech@163.com * Last modified : 2016-01-23 10:42 * Filename : iroom.go * Description : 房间的数据接口 * ******************************************************
lib
csv
********************************************************* * Author : Michael * Email : dolotech@163.com * Last modified : 2016-07-07 23:41 * Filename : cfield.go * Description : * ****************************************************** ********************************************************* * Author : Michael * Email : dolotech@163.com * Last modified : 2016-07-07 23:41 * Filename : csv.go * Description : * ****************************************************** Package csv provides `Marshal` and `UnMarshal` encoding functions for CSV(Comma Seperated Value) data.
********************************************************* * Author : Michael * Email : dolotech@163.com * Last modified : 2016-07-07 23:41 * Filename : cfield.go * Description : * ****************************************************** ********************************************************* * Author : Michael * Email : dolotech@163.com * Last modified : 2016-07-07 23:41 * Filename : csv.go * Description : * ****************************************************** Package csv provides `Marshal` and `UnMarshal` encoding functions for CSV(Comma Seperated Value) data.
event
简单的事件派发类,支持线程安全,注意:不能嵌套监听和派发事件
简单的事件派发类,支持线程安全,注意:不能嵌套监听和派发事件
imageserver
********************************************************* * Author : Michael * Email : dolotech@163.com * Last modified : 2016-06-11 16:27 * Filename : file.go * Description : * ****************************************************** ********************************************************* * Author : Michael * Email : dolotech@163.com * Last modified : 2016-06-11 17:14 * Filename : imageserver.go * Description : 玩家头像服务器 * ******************************************************
********************************************************* * Author : Michael * Email : dolotech@163.com * Last modified : 2016-06-11 16:27 * Filename : file.go * Description : * ****************************************************** ********************************************************* * Author : Michael * Email : dolotech@163.com * Last modified : 2016-06-11 17:14 * Filename : imageserver.go * Description : 玩家头像服务器 * ******************************************************
iplocation
********************************************************* * Author : Michael * Email : dolotech@163.com * Last modified : 2016-07-07 23:40 * Filename : iplocation.go * Description : 简介: 根据用户的IP地址,在纯真IP数据库中检索用户的实体地址 * ******************************************************
********************************************************* * Author : Michael * Email : dolotech@163.com * Last modified : 2016-07-07 23:40 * Filename : iplocation.go * Description : 简介: 根据用户的IP地址,在纯真IP数据库中检索用户的实体地址 * ******************************************************
rpc
* * Created by Michael on 2016/8/5.
* * Created by Michael on 2016/8/5.
utils
********************************************************* * Author : Michael * Email : dolotech@163.com * Last modified : 2016-04-30 09:40 * Filename : debug.go * Description : * ****************************************************** 线程安全的数组封装,注意:写锁接口不能嵌套调用,比如:Range接口不能调用删除接口Del
********************************************************* * Author : Michael * Email : dolotech@163.com * Last modified : 2016-04-30 09:40 * Filename : debug.go * Description : * ****************************************************** 线程安全的数组封装,注意:写锁接口不能嵌套调用,比如:Range接口不能调用删除接口Del

Jump to

Keyboard shortcuts

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