Hi,
I'm trying to contribute to
rules_go, On my local pc, I'm using http_archive to fetch rules from my own repo. Here is a demo
repo, Try 'bazel run //:runfiles' then you can see the error message :
ERROR: Error computing the main repository mapping: Every .bzl file must have a corresponding package, but '@io_bazel_rules_go//go:deps.bzl' does not have one. Please create a BUILD file in the same or any parent directory. Note that this BUILD file does not need to do anything except exist.
I guess url I'm using is not correct. How do you use your own repo to test?
Thanks,
Hao