mirror of
https://github.com/rclone/rclone.git
synced 2025-12-17 08:43:19 +00:00
vendor: update dependencies to latest
This commit is contained in:
5
vendor/github.com/aws/aws-sdk-go/internal/ini/statement.go
generated
vendored
5
vendor/github.com/aws/aws-sdk-go/internal/ini/statement.go
generated
vendored
@@ -18,9 +18,8 @@ func newExprStatement(ast AST) AST {
|
||||
// CommentStatement represents a comment in the ini defintion.
|
||||
//
|
||||
// grammar:
|
||||
// comment -> #comment' | ;comment' | /comment_slash
|
||||
// comment_slash -> /comment'
|
||||
// comment' -> value
|
||||
// comment -> #comment' | ;comment'
|
||||
// comment' -> epsilon | value
|
||||
func newCommentStatement(tok Token) AST {
|
||||
return newAST(ASTKindCommentStatement, newExpression(tok))
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user