Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Error ¶
type Error string
Error is an exported type error
ErrContinue and ErrQuit are specific exported errors
type Session ¶
type Session struct {
FilePath string
File *ast.File
Fset *token.FileSet
Types *types.Config
TypeInfo types.Info
ExtraFilePaths []string
ExtraFiles []*ast.File
// contains filtered or unexported fields
}
Session encodes info about the current REPL session
Click to show internal directories.
Click to hide internal directories.