github.com/aws/aws-sdk-go/internal/ini.AST.Root (field)
25 uses
github.com/aws/aws-sdk-go/internal/ini (current package)
ast.go#L57: Root Token
ast.go#L72: Root: root,
expression.go#L23: return string(children[0].Root.Raw())
ini_parser.go#L225: k.Root.raw = append(k.Root.raw, tok.Raw()...)
ini_parser.go#L238: if rhs.Root.ValueType != QuotedStringType {
ini_parser.go#L239: rhs.Root.ValueType = StringType
ini_parser.go#L240: rhs.Root.raw = append(rhs.Root.raw, tok.Raw()...)
ini_parser.go#L284: k.Root.raw = append(k.Root.raw, tok.Raw()...)
ini_parser.go#L337: for i := 0; i < len(k.Root.raw); i++ {
ini_parser.go#L338: if !isWhitespace(k.Root.raw[i]) {
ini_parser.go#L342: k.Root.raw = k.Root.raw[1:]
ini_parser.go#L347: for i := len(k.Root.raw) - 1; i >= 0; i-- {
ini_parser.go#L348: if !isWhitespace(k.Root.raw[i]) {
ini_parser.go#L352: k.Root.raw = k.Root.raw[:len(k.Root.raw)-1]
visitor.go#L53: if rhs.Root.Type() != TokenLit {
visitor.go#L58: v, err := newValue(rhs.Root.ValueType, rhs.Root.base, rhs.Root.Raw())
visitor.go#L84: name := string(child.Root.Raw())
![]() |
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. |