Skip to content
/ runfiles Public
forked from phst/runfiles

Alternative runfiles library for Go

License

Notifications You must be signed in to change notification settings

fmeum/runfiles

 
 

Repository files navigation

Alternative runfiles library for Go

This package contains an alternative runfiles library for rules_go. This library follows the runfiles libraries proposal more closely. In particular, it requires specifying a workspace name for runfile paths, and handles the case where no runfiles-specific environmental variables are set correctly. You can use both this library and the official Bazel library in the same program or library; they don’t interfere with each other.

See the Go package documentation for instructions how to use this package.

This is not an officially supported Google product.

About

Alternative runfiles library for Go

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Go 78.5%
  • Starlark 16.2%
  • Shell 5.3%