Directories
¶
| Path | Synopsis |
|---|---|
|
Package ast declares the types used to represent syntax trees for XGo packages.
|
Package ast declares the types used to represent syntax trees for XGo packages. |
|
Package cl compiles XGo syntax trees (ast).
|
Package cl compiles XGo syntax trees (ast). |
|
_testc/hello
command
|
|
|
_testgo/types
command
|
|
|
_testpy/hello
command
|
|
|
_testpy/pycall
command
|
|
|
_testspx/basic
command
|
|
|
_testspx/clsinit1
command
|
|
|
_testspx/clsinit2
command
|
|
|
_testspx/clsinitembed
command
|
|
|
_testspx/execgsh
command
|
|
|
_testspx/flat1
command
|
|
|
_testspx/flat2
command
|
|
|
_testspx/flat3
command
|
|
|
_testspx/gshself
command
|
|
|
_testspx/init
command
|
|
|
_testspx/multiworks
command
|
|
|
_testspx/newobj
command
|
|
|
_testspx/nogame
command
|
|
|
_testspx/singlework
command
|
|
|
_testspx/xgoinit_dup
command
|
|
|
_testxgo/append1
command
|
|
|
_testxgo/append2
command
|
|
|
_testxgo/autoref-2484
command
|
|
|
_testxgo/builtin
command
|
|
|
_testxgo/deco1
command
|
|
|
_testxgo/deco2
command
|
|
|
_testxgo/deco3
command
|
|
|
_testxgo/domaintext-html
command
|
|
|
_testxgo/domaintext-huh
command
|
|
|
_testxgo/domaintext-json
command
|
|
|
_testxgo/domaintext-regexp
command
|
|
|
_testxgo/domaintext-tpl
command
|
|
|
_testxgo/domaintpl
command
|
|
|
_testxgo/dql1
command
|
|
|
_testxgo/dql2
command
|
|
|
_testxgo/dql3
command
|
|
|
_testxgo/dql4
command
|
|
|
_testxgo/dql5
command
|
|
|
_testxgo/dql6
command
|
|
|
_testxgo/dql7
command
|
|
|
_testxgo/enum1
command
|
|
|
_testxgo/enum2
command
|
|
|
_testxgo/enum3
command
|
|
|
_testxgo/enum4
command
|
|
|
_testxgo/enum5
command
|
|
|
_testxgo/enum6
command
|
|
|
_testxgo/enumlines-rdr
command
|
|
|
_testxgo/enumlines-stdin
command
|
|
|
_testxgo/errwrap1
command
|
|
|
_testxgo/errwrap2
command
|
|
|
_testxgo/errwrap3
command
|
|
|
_testxgo/fatal
command
|
|
|
_testxgo/for-in
command
|
|
|
_testxgo/for-range
command
|
|
|
_testxgo/for-range-int
command
|
|
|
_testxgo/implicit-cast-2439
command
|
|
|
_testxgo/kwargs1
command
|
|
|
_testxgo/kwargs2
command
|
|
|
_testxgo/kwargs3
command
|
|
|
_testxgo/kwargs4
command
|
|
|
_testxgo/kwargs5
command
|
|
|
_testxgo/kwargs6
command
|
|
|
_testxgo/list-compr1
command
|
|
|
_testxgo/list-compr2
command
|
|
|
_testxgo/map-compr-cond1
command
|
|
|
_testxgo/map-compr-cond2
command
|
|
|
_testxgo/map-compr1
command
|
|
|
_testxgo/map-field-access1
command
|
|
|
_testxgo/map-field-access2
command
|
|
|
_testxgo/newexpr
command
|
|
|
_testxgo/optparam
command
|
|
|
_testxgo/optparam2
command
|
|
|
_testxgo/overload-func1
command
|
|
|
_testxgo/overload-func2
command
|
|
|
_testxgo/overload-func3
command
|
|
|
_testxgo/overload-intf
command
|
|
|
_testxgo/overload-method
command
|
|
|
_testxgo/overload-op1
command
|
|
|
_testxgo/overload-op2
command
|
|
|
_testxgo/rangeexpr
command
|
|
|
_testxgo/repeatuntil
command
|
|
|
_testxgo/select-compr-twovalue1
command
|
|
|
_testxgo/select-compr-twovalue2
command
|
|
|
_testxgo/select-compr1
command
|
|
|
_testxgo/structtag
command
|
|
|
_testxgo/tuplelit
command
|
|
|
_testxgo/tupletype1
command
|
|
|
_testxgo/tupletype2
command
|
|
|
_testxgo/type-as-args
command
|
|
|
_testxgo/type-as-fnargs
command
|
|
|
_testxgo/unit
command
|
|
|
internal/flat
Package flat provides a simple flat-mode classfile framework for testing.
|
Package flat provides a simple flat-mode classfile framework for testing. |
|
cmd
|
|
|
chore/goptestgo
command
|
|
|
hdq
command
|
|
|
internal/base
Package base defines shared basic pieces of the gop command, in particular logging and the Command structure.
|
Package base defines shared basic pieces of the gop command, in particular logging and the Command structure. |
|
internal/build
Package build implements the “gop build” command.
|
Package build implements the “gop build” command. |
|
internal/gengo
Package gengo implements the “gop go” command.
|
Package gengo implements the “gop go” command. |
|
internal/gopfmt
Package gopfmt implements the “gop fmt” command.
|
Package gopfmt implements the “gop fmt” command. |
|
internal/help
Package help implements the “gop help” command.
|
Package help implements the “gop help” command. |
|
internal/install
Package install implements the “gop install” command.
|
Package install implements the “gop install” command. |
|
internal/mod
* Copyright (c) 2021 The XGo Authors (xgo.dev).
|
* Copyright (c) 2021 The XGo Authors (xgo.dev). |
|
internal/run
Package run implements the “gop run” command.
|
Package run implements the “gop run” command. |
|
internal/serve
Package serve implements the “gop serve command.
|
Package serve implements the “gop serve command. |
|
internal/test
Package test implements the “gop test” command.
|
Package test implements the “gop test” command. |
|
xgo
command
|
|
|
demo
|
|
|
fullspec/mixgo-complex
command
|
|
|
mixgo
command
|
|
|
typeasparamsfunc
command
|
|
|
typeasparamsmethod
command
|
|
|
typeparamscast
command
|
|
|
encoding
|
|
|
Package format implements standard formatting of XGo source.
|
Package format implements standard formatting of XGo source. |
|
Package parser implements a parser for XGo source files.
|
Package parser implements a parser for XGo source files. |
|
Package printer implements printing of AST nodes.
|
Package printer implements printing of AST nodes. |
|
Package scanner implements a scanner for XGo source text.
|
Package scanner implements a scanner for XGo source text. |
|
Package token defines constants representing the lexical tokens of the XGo programming language and basic operations on tokens (printing, predicates).
|
Package token defines constants representing the lexical tokens of the XGo programming language and basic operations on tokens (printing, predicates). |
|
x
|
|
|
jsonrpc2
Package jsonrpc2 is a minimal implementation of the JSON RPC 2 spec.
|
Package jsonrpc2 is a minimal implementation of the JSON RPC 2 spec. |
|
jsonrpc2/internal/stack
Package stack provides support for parsing standard goroutine stack traces.
|
Package stack provides support for parsing standard goroutine stack traces. |
|
watcher
Package watcher monitors code changes in an XGo workspace.
|
Package watcher monitors code changes in an XGo workspace. |
Click to show internal directories.
Click to hide internal directories.
