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_15_archive_tar.go
- go1_15_archive_zip.go
- go1_15_bufio.go
- go1_15_bytes.go
- go1_15_compress_bzip2.go
- go1_15_compress_flate.go
- go1_15_compress_gzip.go
- go1_15_compress_lzw.go
- go1_15_compress_zlib.go
- go1_15_container_heap.go
- go1_15_container_list.go
- go1_15_container_ring.go
- go1_15_context.go
- go1_15_crypto.go
- go1_15_crypto_aes.go
- go1_15_crypto_cipher.go
- go1_15_crypto_des.go
- go1_15_crypto_dsa.go
- go1_15_crypto_ecdsa.go
- go1_15_crypto_ed25519.go
- go1_15_crypto_elliptic.go
- go1_15_crypto_hmac.go
- go1_15_crypto_md5.go
- go1_15_crypto_rand.go
- go1_15_crypto_rc4.go
- go1_15_crypto_rsa.go
- go1_15_crypto_sha1.go
- go1_15_crypto_sha256.go
- go1_15_crypto_sha512.go
- go1_15_crypto_subtle.go
- go1_15_crypto_tls.go
- go1_15_crypto_x509.go
- go1_15_crypto_x509_pkix.go
- go1_15_database_sql.go
- go1_15_database_sql_driver.go
- go1_15_debug_dwarf.go
- go1_15_debug_elf.go
- go1_15_debug_gosym.go
- go1_15_debug_macho.go
- go1_15_debug_pe.go
- go1_15_debug_plan9obj.go
- go1_15_encoding.go
- go1_15_encoding_ascii85.go
- go1_15_encoding_asn1.go
- go1_15_encoding_base32.go
- go1_15_encoding_base64.go
- go1_15_encoding_binary.go
- go1_15_encoding_csv.go
- go1_15_encoding_gob.go
- go1_15_encoding_hex.go
- go1_15_encoding_json.go
- go1_15_encoding_pem.go
- go1_15_encoding_xml.go
- go1_15_errors.go
- go1_15_expvar.go
- go1_15_flag.go
- go1_15_fmt.go
- go1_15_go_ast.go
- go1_15_go_build.go
- go1_15_go_constant.go
- go1_15_go_doc.go
- go1_15_go_format.go
- go1_15_go_importer.go
- go1_15_go_parser.go
- go1_15_go_printer.go
- go1_15_go_scanner.go
- go1_15_go_token.go
- go1_15_go_types.go
- go1_15_hash.go
- go1_15_hash_adler32.go
- go1_15_hash_crc32.go
- go1_15_hash_crc64.go
- go1_15_hash_fnv.go
- go1_15_hash_maphash.go
- go1_15_html.go
- go1_15_html_template.go
- go1_15_image.go
- go1_15_image_color.go
- go1_15_image_color_palette.go
- go1_15_image_draw.go
- go1_15_image_gif.go
- go1_15_image_jpeg.go
- go1_15_image_png.go
- go1_15_index_suffixarray.go
- go1_15_io.go
- go1_15_io_ioutil.go
- go1_15_log.go
- go1_15_log_syslog.go
- go1_15_math.go
- go1_15_math_big.go
- go1_15_math_bits.go
- go1_15_math_cmplx.go
- go1_15_math_rand.go
- go1_15_mime.go
- go1_15_mime_multipart.go
- go1_15_mime_quotedprintable.go
- go1_15_net.go
- go1_15_net_http.go
- go1_15_net_http_cgi.go
- go1_15_net_http_cookiejar.go
- go1_15_net_http_fcgi.go
- go1_15_net_http_httptest.go
- go1_15_net_http_httptrace.go
- go1_15_net_http_httputil.go
- go1_15_net_http_pprof.go
- go1_15_net_mail.go
- go1_15_net_rpc.go
- go1_15_net_rpc_jsonrpc.go
- go1_15_net_smtp.go
- go1_15_net_textproto.go
- go1_15_net_url.go
- go1_15_os.go
- go1_15_os_signal.go
- go1_15_os_user.go
- go1_15_path.go
- go1_15_path_filepath.go
- go1_15_reflect.go
- go1_15_regexp.go
- go1_15_regexp_syntax.go
- go1_15_runtime.go
- go1_15_runtime_debug.go
- go1_15_runtime_pprof.go
- go1_15_runtime_trace.go
- go1_15_sort.go
- go1_15_strconv.go
- go1_15_strings.go
- go1_15_sync.go
- go1_15_sync_atomic.go
- go1_15_testing.go
- go1_15_testing_iotest.go
- go1_15_testing_quick.go
- go1_15_text_scanner.go
- go1_15_text_tabwriter.go
- go1_15_text_template.go
- go1_15_text_template_parse.go
- go1_15_time.go
- go1_15_unicode.go
- go1_15_unicode_utf16.go
- go1_15_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.