command
Version:
v1.2.0
Opens a new window with list of versions in this module.
Published: Mar 7, 2023
License: MIT
Opens a new window with license information.
Imports: 3
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
README
¶
Examples
The example in main.go
demonstrates how to print on the terminal the node type of a source code from a string.
Run this command
go run main.go
The following output has to appear as result
*ast.File
*ast.Ident
*ast.GenDecl
*ast.ValueSpec
*ast.Ident
*ast.BasicLit
*ast.ValueSpec
*ast.Ident
*ast.BasicLit
Documentation
¶
There is no documentation for this package.
Source Files
¶
Click to show internal directories.
Click to hide internal directories.