-
-
Notifications
You must be signed in to change notification settings - Fork 701
Open
Labels
Description
A non-exhaustive list:
- A "hello world" binary.
- Small Go project with a few libraries and tests.
- Go project with cgo files and libraries.
- Go project with vendoring.
- Go project with .pb.go files (Gazelle proto generation disabled).
- Go project with .proto files (Gazelle proto generation enabled).
- Project using a cross-compiling C/C++ toolchain.
- Using custom static analysis tools (when they're merged).
Examples should be Gazelle-friendly, though we may want to include at least one with multiple Go packages in a directory to show that other layouts are possible.