complete code and design revamp, optional () in if, -format option, idempotent, stdin input file option #87
Annotations
10 errors
check:
ast/ast.go#L27
cannot use b.Literal (value of type func() string) as string value in return statement
|
check:
ast/ast.go#L31
b.Type.String undefined (type func() token.Type has no field or method String)
|
check:
ast/ast.go#L87
cannot use i.Literal (value of type func() string) as string value in return statement
|
check:
ast/ast.go#L100
cannot use c.Literal (value of type func() string) as string value in return statement
|
check:
ast/ast.go#L128
cannot use i.Literal (value of type func() string) as string value in return statement
|
check:
ast/ast.go#L141
cannot use i.Literal (value of type func() string) as string value in return statement
|
check:
ast/ast.go#L154
cannot use s.Literal (value of type func() string) as string value in argument to strconv.Quote
|
check:
ast/ast.go#L213
cannot use b.Literal (value of type func() string) as string value in return statement
|
check:
ast/ast.go#L281
cannot use b.Literal (value of type func() string) as string value in argument to out.WriteString
|
check:
eval/eval.go#L117
cannot use node.Literal (value of type func() string) as string value in struct literal
|