func github.com/aws/aws-sdk-go/internal/ini.isWhitespace
8 uses
github.com/aws/aws-sdk-go/internal/ini (current package)
ini_lexer.go#L78: case isWhitespace(runes[0]):
ini_lexer.go#L112: case isWhitespace(runes[0]):
ini_parser.go#L338: if !isWhitespace(k.Root.raw[i]) {
ini_parser.go#L348: if !isWhitespace(k.Root.raw[i]) {
literal_tokens.go#L91: if i > 0 && (isNewline(b[i:]) || isWhitespace(b[i])) {
value_util.go#L128: if isWhitespace(b[i]) {
ws_token.go#L11: func isWhitespace(c rune) bool {
ws_token.go#L18: if !isWhitespace(b[i]) {
![]() |
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. |