Skip to content

fxrlv/gopackagesdriver

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

gopackagesdriver

A driver for gopls with Bazel support.

Why

The rules_go's driver requires Bazel to execute bazel query and bazel build which takes a lot of time.
This completely ruins the entire experience and joy of writing in go.

Usage

The driver must be installed in PATH or named explicitly with the GOPACKAGESDRIVER environment variable.

go install github.com/fxrlv/gopackagesdriver@latest

Once installed, point the GOPACKAGESDRIVER_WORKSPACE environment variable to a Bazel workspace.

About

gopls driver for bazel-based projects

Topics

Resources

License

Stars

Watchers

Forks

Languages