Implement complete Guix transpiler: Go-based UI language to WebAssembly #16
ci.yml
on: pull_request
Format Check
7s
Lint
25s
Test
35s
Build CLI
17s
Build WASM Examples
20s
Annotations
10 errors
|
Lint:
pkg/ast/ast.go#L41
structtag: struct field tag `@("<-")?` not compatible with reflect.StructTag.Get: bad syntax for struct tag pair (govet)
|
|
Lint:
pkg/ast/ast.go#L35
structtag: struct field tag `@@` not compatible with reflect.StructTag.Get: bad syntax for struct tag pair (govet)
|
|
Lint:
pkg/ast/ast.go#L34
structtag: struct field tag `@Ident ":"` not compatible with reflect.StructTag.Get: bad syntax for struct tag pair (govet)
|
|
Lint:
pkg/ast/ast.go#L28
structtag: struct field tag `@@` not compatible with reflect.StructTag.Get: bad syntax for struct tag pair (govet)
|
|
Lint:
pkg/ast/ast.go#L27
structtag: struct field tag `"(" (@@ ("," @@)*)? ")"` not compatible with reflect.StructTag.Get: bad syntax for struct tag key (govet)
|
|
Lint:
pkg/ast/ast.go#L26
structtag: struct field tag `"func" @Ident` not compatible with reflect.StructTag.Get: bad syntax for struct tag key (govet)
|
|
Lint:
pkg/ast/ast.go#L19
structtag: struct field tag `"import" @String` not compatible with reflect.StructTag.Get: bad syntax for struct tag key (govet)
|
|
Lint:
pkg/ast/ast.go#L13
structtag: struct field tag `@@*` not compatible with reflect.StructTag.Get: bad syntax for struct tag pair (govet)
|
|
Lint:
pkg/ast/ast.go#L12
structtag: struct field tag `@@*` not compatible with reflect.StructTag.Get: bad syntax for struct tag pair (govet)
|
|
Lint:
pkg/ast/ast.go#L11
structtag: struct field tag `"package" @Ident` not compatible with reflect.StructTag.Get: bad syntax for struct tag key (govet)
|