Skip to content

Implement complete Guix transpiler: Go-based UI language to WebAssembly #16

Implement complete Guix transpiler: Go-based UI language to WebAssembly

Implement complete Guix transpiler: Go-based UI language to WebAssembly #16

Triggered via pull request November 25, 2025 07:56
Status Failure
Total duration 37s
Artifacts

ci.yml

on: pull_request
Fit to window
Zoom out
Zoom in

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)