You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
141 lines
4.6 KiB
141 lines
4.6 KiB
package gogen
|
|
|
|
const (
|
|
ArchiveTar = "archive/tar"
|
|
ArchiveZip = "archive/zip"
|
|
Bufio = "bufio"
|
|
Builtin = "builtin"
|
|
Bytes = "bytes"
|
|
CompressBzip2 = "compress/bzip2"
|
|
CompressFlate = "compress/flate"
|
|
CompressGzip = "compress/gzip"
|
|
CompressLzw = "compress/lzw"
|
|
CompressZlib = "compress/zlib"
|
|
ContainerHeap = "container/heap"
|
|
ContainerList = "container/list"
|
|
ContainerRing = "container/ring"
|
|
Crypto = "crypto"
|
|
CryptoAes = "crypto/aes"
|
|
CryptoCipher = "crypto/cipher"
|
|
CryptoDes = "crypto/des"
|
|
CryptoDsa = "crypto/dsa"
|
|
CryptoEcdsa = "crypto/ecdsa"
|
|
CryptoElliptic = "crypto/elliptic"
|
|
CryptoHmac = "crypto/hmac"
|
|
CryptoMd5 = "crypto/md5"
|
|
CryptoRand = "crypto/rand"
|
|
CryptoRc4 = "crypto/rc4"
|
|
CryptoRsa = "crypto/rsa"
|
|
CryptoSha1 = "crypto/sha1"
|
|
CryptoSha256 = "crypto/sha256"
|
|
CryptoSha512 = "crypto/sha512"
|
|
CryptoSubtle = "crypto/subtle"
|
|
CryptoTls = "crypto/tls"
|
|
CryptoX509 = "crypto/x509"
|
|
CryptoX509Pkix = "crypto/x509/pkix"
|
|
DatabaseSql = "database/sql"
|
|
DatabaseSqlDriver = "database/sql/driver"
|
|
DebugDwarf = "debug/dwarf"
|
|
DebugElf = "debug/elf"
|
|
DebugGosym = "debug/gosym"
|
|
DebugMacho = "debug/macho"
|
|
DebugPe = "debug/pe"
|
|
DebugPlan9obj = "debug/plan9obj"
|
|
Encoding = "encoding"
|
|
EncodingAscii85 = "encoding/ascii85"
|
|
EncodingAsn1 = "encoding/asn1"
|
|
EncodingBase32 = "encoding/base32"
|
|
EncodingBase64 = "encoding/base64"
|
|
EncodingBinary = "encoding/binary"
|
|
EncodingCsv = "encoding/csv"
|
|
EncodingGob = "encoding/gob"
|
|
EncodingHex = "encoding/hex"
|
|
EncodingJson = "encoding/json"
|
|
EncodingPem = "encoding/pem"
|
|
EncodingXml = "encoding/xml"
|
|
Errors = "errors"
|
|
Expvar = "expvar"
|
|
Flag = "flag"
|
|
Fmt = "fmt"
|
|
GoAst = "go/ast"
|
|
GoBuild = "go/build"
|
|
GoDoc = "go/doc"
|
|
GoFormat = "go/format"
|
|
GoParser = "go/parser"
|
|
GoPrinter = "go/printer"
|
|
GoScanner = "go/scanner"
|
|
GoToken = "go/token"
|
|
Hash = "hash"
|
|
HashAdler32 = "hash/adler32"
|
|
HashCrc32 = "hash/crc32"
|
|
HashCrc64 = "hash/crc64"
|
|
HashFnv = "hash/fnv"
|
|
Html = "html"
|
|
HtmlTemplate = "html/template"
|
|
Image = "image"
|
|
ImageColor = "image/color"
|
|
ImageColorPalette = "image/color/palette"
|
|
ImageDraw = "image/draw"
|
|
ImageGif = "image/gif"
|
|
ImageJpeg = "image/jpeg"
|
|
ImagePng = "image/png"
|
|
IndexSuffixarray = "index/suffixarray"
|
|
InternalSyscall = "internal/syscall"
|
|
Io = "io"
|
|
IoIoutil = "io/ioutil"
|
|
Log = "Log"
|
|
LogSyslog = "log/syslog"
|
|
Math = "math"
|
|
MathBig = "math/big"
|
|
MathCmplx = "math/cmplx"
|
|
MathRand = "math/rand"
|
|
Mime = "mime"
|
|
MimeMultipart = "mime/multipart"
|
|
Net = "net"
|
|
NetHttp = "net/http"
|
|
NetHttpCgi = "net/http/cgi"
|
|
NetHttpCookiejar = "net/http/cookiejar"
|
|
NetHttpFcgi = "net/http/fcgi"
|
|
NetHttpHttptest = "net/http/httptest"
|
|
NetHttpHttputil = "net/http/httputil"
|
|
NetHttpInternal = "net/http/internal"
|
|
NetHttpPprof = "net/http/pprof"
|
|
NetMail = "net/mail"
|
|
NetRpc = "net/rpc"
|
|
NetRpcJsonrpc = "net/rpc/jsonrpc"
|
|
NetSmtp = "net/smtp"
|
|
NetTextproto = "net/textproto"
|
|
NetUrl = "net/url"
|
|
Os = "os"
|
|
OsExec = "os/exec"
|
|
OsSignal = "os/signal"
|
|
OsUser = "os/user"
|
|
Path = "path"
|
|
PathFilepath = "path/filepath"
|
|
Reflect = "reflect"
|
|
Regexp = "regexp"
|
|
RegexpSyntax = "regexp/syntax"
|
|
Runtime = "runtime"
|
|
RuntimeCgo = "runtime/cgo"
|
|
RuntimeDebug = "runtime/debug"
|
|
RuntimePprof = "runtime/pprof"
|
|
RuntimeRace = "runtime/race"
|
|
Sort = "sort"
|
|
Strconv = "strconv"
|
|
Strings = "strings"
|
|
Sync = "sync"
|
|
SyncAtomic = "sync/atomic"
|
|
Syscall = "syscall"
|
|
Testing = "testing"
|
|
TestingIotest = "testing/iotest"
|
|
TestingQuick = "testing/quick"
|
|
TextScanner = "text/scanner"
|
|
TextTabwriter = "text/tabwriter"
|
|
TextTemplate = "text/template"
|
|
TextTemplateParse = "text/template/parse"
|
|
Time = "time"
|
|
Unicode = "unicode"
|
|
UnicodeUtf16 = "unicode/utf16"
|
|
UnicodeUtf8 = "unicode/utf8"
|
|
Unsafe = "unsafe"
|
|
)
|
|
|