func github.com/aws/aws-sdk-go/internal/ini.newASTWithRootToken
4 uses
github.com/aws/aws-sdk-go/internal/ini (current package)
ast.go#L69: func newASTWithRootToken(kind ASTKind, root Token, children ...AST) AST {
expression.go#L9: return newASTWithRootToken(ASTKindExpr, tok)
expression.go#L13: return newASTWithRootToken(ASTKindEqualExpr, tok, left)
statement.go#L10: return newASTWithRootToken(ASTKindSectionStatement, tok)
![]() |
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. |