What does '_LINK_PKGS_CMD' refer to in go_generate.build_defs? #2489
Replies: 1 comment
-
Hmm... not sure. I don't know if we can use I always felt that the Alternatively, if you're following the go workflow, you'd run |
Beta Was this translation helpful? Give feedback.
-
I'm trying to use the
go_generate
rule defined in:https://github.com/thought-machine/pleasings/blob/master/go/go_generate.build_defs
It's failing with the following error:
I think this rule got moved from go_rules.build_defs to pleasings, then some point after that this diff removed _LINK_PKGS_CMD:
ea9357d?diff=split
I think it should be replaced by
gen_import_cfg
, which is always defined as:What's the best way to get this into go_generate.build_defs?
Beta Was this translation helpful? Give feedback.
All reactions