快捷键可以极大程度上提供您的工作效率。
快捷键 | 说明 |
---|---|
? | 显示控制面板 |
s | 搜索导出对象(文档页面) |
g + g | 跳转至顶部 |
g + b | 跳转至底部 |
路径 | 简介 |
---|---|
bufio | Package bufio implements buffered I/O. |
bytes | Package bytes implements functions for the manipulation of byte slices. |
container/list | Package list implements a doubly linked list. |
context | Package context defines the Context type, which carries deadlines, cancelation signals, and other request-scoped values across API boundaries and between processes. |
crypto/tls | Package tls partially implements TLS 1.2, as specified in RFC 5246. |
database/sql | Package sql provides a generic interface around SQL (or SQL-like) databases. |
database/sql/driver | Package driver defines interfaces to be implemented by database drivers as used by package sql. |
encoding/gob | Package gob manages streams of gobs - binary values exchanged between an Encoder (transmitter) and a Decoder (receiver). |
encoding/json | Package json implements encoding and decoding of JSON as defined in RFC 7159. |
errors | Package errors implements functions to manipulate errors. |
fmt | Package fmt implements formatted I/O with functions analogous to C's printf and scanf. |
github.com/go-xorm/builder | Package builder is a simple and powerful sql builder for Go. |
github.com/go-xorm/core | |
hash/crc32 | Package crc32 implements the 32-bit cyclic redundancy check, or CRC-32, checksum. |
io | Package io provides basic interfaces to I/O primitives. |
log | Package log implements a simple logging package. |
math/rand | Package rand implements pseudo-random number generators. |
net/url | Package url parses URLs and implements query escaping. |
os | Package os provides a platform-independent interface to operating system functionality. |
reflect | |
regexp | Package regexp implements regular expression search. |
runtime | Package runtime contains operations that interact with Go's runtime system, such as functions to control goroutines. |
sort | Package sort provides primitives for sorting slices and user-defined collections. |
strconv | Package strconv implements conversions to and from string representations of basic data types. |
strings | Package strings implements simple functions to manipulate UTF-8 encoded strings. |
sync | Package sync provides basic synchronization primitives such as mutual exclusion locks. |
time | Package time provides functionality for measuring and displaying time. |
返回到 上一页。
快捷键可以极大程度上提供您的工作效率。
快捷键 | 说明 |
---|---|
? | 显示控制面板 |
s | 搜索导出对象(文档页面) |
g + g | 跳转至顶部 |
g + b | 跳转至底部 |