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 error.
ErrContinue and ErrQuit are specific exported error types.
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.