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 MapTypes = map[reflect.Value][]reflect.Type{}
MapTypes variable contains a map of functions which have an interface{} as parameter but do something special if the parameter implements a given interface.
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_17_archive_tar.go
- go1_17_archive_zip.go
- go1_17_bufio.go
- go1_17_bytes.go
- go1_17_compress_bzip2.go
- go1_17_compress_flate.go
- go1_17_compress_gzip.go
- go1_17_compress_lzw.go
- go1_17_compress_zlib.go
- go1_17_container_heap.go
- go1_17_container_list.go
- go1_17_container_ring.go
- go1_17_context.go
- go1_17_crypto.go
- go1_17_crypto_aes.go
- go1_17_crypto_cipher.go
- go1_17_crypto_des.go
- go1_17_crypto_dsa.go
- go1_17_crypto_ecdsa.go
- go1_17_crypto_ed25519.go
- go1_17_crypto_elliptic.go
- go1_17_crypto_hmac.go
- go1_17_crypto_md5.go
- go1_17_crypto_rand.go
- go1_17_crypto_rc4.go
- go1_17_crypto_rsa.go
- go1_17_crypto_sha1.go
- go1_17_crypto_sha256.go
- go1_17_crypto_sha512.go
- go1_17_crypto_subtle.go
- go1_17_crypto_tls.go
- go1_17_crypto_x509.go
- go1_17_crypto_x509_pkix.go
- go1_17_database_sql.go
- go1_17_database_sql_driver.go
- go1_17_debug_dwarf.go
- go1_17_debug_elf.go
- go1_17_debug_gosym.go
- go1_17_debug_macho.go
- go1_17_debug_pe.go
- go1_17_debug_plan9obj.go
- go1_17_embed.go
- go1_17_encoding.go
- go1_17_encoding_ascii85.go
- go1_17_encoding_asn1.go
- go1_17_encoding_base32.go
- go1_17_encoding_base64.go
- go1_17_encoding_binary.go
- go1_17_encoding_csv.go
- go1_17_encoding_gob.go
- go1_17_encoding_hex.go
- go1_17_encoding_json.go
- go1_17_encoding_pem.go
- go1_17_encoding_xml.go
- go1_17_errors.go
- go1_17_expvar.go
- go1_17_flag.go
- go1_17_fmt.go
- go1_17_go_ast.go
- go1_17_go_build.go
- go1_17_go_build_constraint.go
- go1_17_go_constant.go
- go1_17_go_doc.go
- go1_17_go_format.go
- go1_17_go_importer.go
- go1_17_go_parser.go
- go1_17_go_printer.go
- go1_17_go_scanner.go
- go1_17_go_token.go
- go1_17_go_types.go
- go1_17_hash.go
- go1_17_hash_adler32.go
- go1_17_hash_crc32.go
- go1_17_hash_crc64.go
- go1_17_hash_fnv.go
- go1_17_hash_maphash.go
- go1_17_html.go
- go1_17_html_template.go
- go1_17_image.go
- go1_17_image_color.go
- go1_17_image_color_palette.go
- go1_17_image_draw.go
- go1_17_image_gif.go
- go1_17_image_jpeg.go
- go1_17_image_png.go
- go1_17_index_suffixarray.go
- go1_17_io.go
- go1_17_io_fs.go
- go1_17_io_ioutil.go
- go1_17_log.go
- go1_17_log_syslog.go
- go1_17_math.go
- go1_17_math_big.go
- go1_17_math_bits.go
- go1_17_math_cmplx.go
- go1_17_math_rand.go
- go1_17_mime.go
- go1_17_mime_multipart.go
- go1_17_mime_quotedprintable.go
- go1_17_net.go
- go1_17_net_http.go
- go1_17_net_http_cgi.go
- go1_17_net_http_cookiejar.go
- go1_17_net_http_fcgi.go
- go1_17_net_http_httptest.go
- go1_17_net_http_httptrace.go
- go1_17_net_http_httputil.go
- go1_17_net_http_pprof.go
- go1_17_net_mail.go
- go1_17_net_rpc.go
- go1_17_net_rpc_jsonrpc.go
- go1_17_net_smtp.go
- go1_17_net_textproto.go
- go1_17_net_url.go
- go1_17_os.go
- go1_17_os_signal.go
- go1_17_os_user.go
- go1_17_path.go
- go1_17_path_filepath.go
- go1_17_reflect.go
- go1_17_regexp.go
- go1_17_regexp_syntax.go
- go1_17_runtime.go
- go1_17_runtime_debug.go
- go1_17_runtime_metrics.go
- go1_17_runtime_pprof.go
- go1_17_runtime_trace.go
- go1_17_sort.go
- go1_17_strconv.go
- go1_17_strings.go
- go1_17_sync.go
- go1_17_sync_atomic.go
- go1_17_testing.go
- go1_17_testing_fstest.go
- go1_17_testing_iotest.go
- go1_17_testing_quick.go
- go1_17_text_scanner.go
- go1_17_text_tabwriter.go
- go1_17_text_template.go
- go1_17_text_template_parse.go
- go1_17_time.go
- go1_17_unicode.go
- go1_17_unicode_utf16.go
- go1_17_unicode_utf8.go
- maptypes.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.