func github.com/aws/aws-sdk-go/internal/ini.newAST
7 uses
github.com/aws/aws-sdk-go/internal/ini (current package)
ast.go#L62: func newAST(kind ASTKind, root AST, children ...AST) AST {
ast.go#L120: var Start = newAST(ASTKindStart, AST{})
statement.go#L5: return newAST(ASTKindStatement, AST{})
statement.go#L15: return newAST(ASTKindExprStatement, ast)
statement.go#L24: return newAST(ASTKindCommentStatement, newExpression(tok))
statement.go#L29: return newAST(ASTKindCompletedSectionStatement, ast)
statement.go#L34: return newAST(ASTKindSkipStatement, ast)
![]() |
The pages are generated with Golds v0.3.2-preview. (GOOS=darwin GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |