You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Typecheck is a github actions robust tool designed for cross-platform source code type checking across all Go build platforms. This utility leverages Goโs built-in parsing and type-check libraries (`go/parser` and `go/types`) to deliver efficient and reliable code analysis.