Documentation ¶
Overview ¶
Package stdlib provides wrappers of standard library packages to be imported natively in Yaegi.
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var Symbols = map[string]map[string]reflect.Value{}
Symbols variable stores the map of stdlib symbols per package.
Functions ¶
This section is empty.
Types ¶
This section is empty.
Source Files ¶
- go1_16_archive_tar.go
- go1_16_archive_zip.go
- go1_16_bufio.go
- go1_16_bytes.go
- go1_16_compress_bzip2.go
- go1_16_compress_flate.go
- go1_16_compress_gzip.go
- go1_16_compress_lzw.go
- go1_16_compress_zlib.go
- go1_16_container_heap.go
- go1_16_container_list.go
- go1_16_container_ring.go
- go1_16_context.go
- go1_16_crypto.go
- go1_16_crypto_aes.go
- go1_16_crypto_cipher.go
- go1_16_crypto_des.go
- go1_16_crypto_dsa.go
- go1_16_crypto_ecdsa.go
- go1_16_crypto_ed25519.go
- go1_16_crypto_elliptic.go
- go1_16_crypto_hmac.go
- go1_16_crypto_md5.go
- go1_16_crypto_rand.go
- go1_16_crypto_rc4.go
- go1_16_crypto_rsa.go
- go1_16_crypto_sha1.go
- go1_16_crypto_sha256.go
- go1_16_crypto_sha512.go
- go1_16_crypto_subtle.go
- go1_16_crypto_tls.go
- go1_16_crypto_x509.go
- go1_16_crypto_x509_pkix.go
- go1_16_database_sql.go
- go1_16_database_sql_driver.go
- go1_16_debug_dwarf.go
- go1_16_debug_elf.go
- go1_16_debug_gosym.go
- go1_16_debug_macho.go
- go1_16_debug_pe.go
- go1_16_debug_plan9obj.go
- go1_16_embed.go
- go1_16_encoding.go
- go1_16_encoding_ascii85.go
- go1_16_encoding_asn1.go
- go1_16_encoding_base32.go
- go1_16_encoding_base64.go
- go1_16_encoding_binary.go
- go1_16_encoding_csv.go
- go1_16_encoding_gob.go
- go1_16_encoding_hex.go
- go1_16_encoding_json.go
- go1_16_encoding_pem.go
- go1_16_encoding_xml.go
- go1_16_errors.go
- go1_16_expvar.go
- go1_16_flag.go
- go1_16_fmt.go
- go1_16_go_ast.go
- go1_16_go_build.go
- go1_16_go_constant.go
- go1_16_go_doc.go
- go1_16_go_format.go
- go1_16_go_importer.go
- go1_16_go_parser.go
- go1_16_go_printer.go
- go1_16_go_scanner.go
- go1_16_go_token.go
- go1_16_go_types.go
- go1_16_hash.go
- go1_16_hash_adler32.go
- go1_16_hash_crc32.go
- go1_16_hash_crc64.go
- go1_16_hash_fnv.go
- go1_16_hash_maphash.go
- go1_16_html.go
- go1_16_html_template.go
- go1_16_image.go
- go1_16_image_color.go
- go1_16_image_color_palette.go
- go1_16_image_draw.go
- go1_16_image_gif.go
- go1_16_image_jpeg.go
- go1_16_image_png.go
- go1_16_index_suffixarray.go
- go1_16_io.go
- go1_16_io_fs.go
- go1_16_io_ioutil.go
- go1_16_log.go
- go1_16_log_syslog.go
- go1_16_math.go
- go1_16_math_big.go
- go1_16_math_bits.go
- go1_16_math_cmplx.go
- go1_16_math_rand.go
- go1_16_mime.go
- go1_16_mime_multipart.go
- go1_16_mime_quotedprintable.go
- go1_16_net.go
- go1_16_net_http.go
- go1_16_net_http_cgi.go
- go1_16_net_http_cookiejar.go
- go1_16_net_http_fcgi.go
- go1_16_net_http_httptest.go
- go1_16_net_http_httptrace.go
- go1_16_net_http_httputil.go
- go1_16_net_http_pprof.go
- go1_16_net_mail.go
- go1_16_net_rpc.go
- go1_16_net_rpc_jsonrpc.go
- go1_16_net_smtp.go
- go1_16_net_textproto.go
- go1_16_net_url.go
- go1_16_os.go
- go1_16_os_signal.go
- go1_16_os_user.go
- go1_16_path.go
- go1_16_path_filepath.go
- go1_16_reflect.go
- go1_16_regexp.go
- go1_16_regexp_syntax.go
- go1_16_runtime.go
- go1_16_runtime_debug.go
- go1_16_runtime_pprof.go
- go1_16_runtime_trace.go
- go1_16_sort.go
- go1_16_strconv.go
- go1_16_strings.go
- go1_16_sync.go
- go1_16_sync_atomic.go
- go1_16_testing.go
- go1_16_testing_fstest.go
- go1_16_testing_iotest.go
- go1_16_testing_quick.go
- go1_16_text_scanner.go
- go1_16_text_tabwriter.go
- go1_16_text_template.go
- go1_16_text_template_parse.go
- go1_16_time.go
- go1_16_unicode.go
- go1_16_unicode_utf16.go
- go1_16_unicode_utf8.go
- restricted.go
- stdlib.go
Directories ¶
Path | Synopsis |
---|---|
Package syscall provide wrapper of standard library syscall package for native import in Yaegi.
|
Package syscall provide wrapper of standard library syscall package for native import in Yaegi. |
Package unrestricted provides the original version of standard library symbols which may cause the interpreter process to exit.
|
Package unrestricted provides the original version of standard library symbols which may cause the interpreter process to exit. |
Package unsafe provides wrapper of standard library unsafe package to be imported natively in Yaegi.
|
Package unsafe provides wrapper of standard library unsafe package to be imported natively in Yaegi. |
Click to show internal directories.
Click to hide internal directories.