github.com/aws/aws-sdk-go/internal/ini.ParseStack.Push (method)
15 uses
github.com/aws/aws-sdk-go/internal/ini (current package)
ini_parser.go#L141: stack.Push(start)
ini_parser.go#L182: stack.Push(k)
ini_parser.go#L188: stack.Push(expr)
ini_parser.go#L203: stack.Push(expr)
ini_parser.go#L223: stack.Push(newExprStatement(k))
ini_parser.go#L226: stack.Push(k)
ini_parser.go#L247: stack.Push(k)
ini_parser.go#L262: stack.Push(stmt)
ini_parser.go#L269: stack.Push(newCompletedSectionStatement(k))
ini_parser.go#L292: stack.Push(stmt)
ini_parser.go#L299: stack.Push(start)
ini_parser.go#L302: stack.Push(newSkipStatement(k))
ini_parser.go#L306: stack.Push(k)
ini_parser.go#L312: stack.Push(stmt)
parse_stack.go#L32: func (s *ParseStack) Push(ast 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. |