Skip to content

docs(go): drop stale embed_test mention from the go plugin reference - #99

Merged
raphaelvigee merged 1 commit into
mainfrom
claude/eager-galileo-tr0e6s
Aug 17, 2026
Merged

docs(go): drop stale embed_test mention from the go plugin reference#99
raphaelvigee merged 1 commit into
mainfrom
claude/eager-galileo-tr0e6s

Conversation

@raphaelvigee

Copy link
Copy Markdown
Member

Summary

hephbuild/heph#400 (commit 6a546a7) removed the go provider's embed / embed_test / embed_xtest targets — go_compile now resolves the //go:embed config in-process, so those names are no longer listed or resolvable at all.

website/docs/plugins/go.md never mentioned these target names, so no change is needed there. But the "Generated targets" section of the heph-go Claude Code plugin's reference doc (plugins/heph-go/skills/heph-go/references/go-plugin.md) listed embed_test alongside the other internal-variant target names — that mention is now stale and is removed. The other names in that list (build_test_lib, build_xtest_lib, build_testmain_lib, testmain) are still accurate against the go provider's current TEST_TARGET_NAMES/GOLIST_TARGET_NAMES constants.

Test plan

  • Confirmed no other docs (website/docs/**) reference embed/embed_test/embed_xtest.
  • Diffed against crates/plugin-go/src/plugingo/provider.rs on hephbuild/heph@master to confirm the remaining internal-variant names are still correct.
  • Not built locally per this session's constraints (no build env available) — text-only change, no build required.

Generated by Claude Code

The go provider no longer generates embed / embed_test / embed_xtest
targets — go_compile resolves the //go:embed config in-process now
(hephbuild/heph#400). Remove the stale embed_test mention from the
"Generated targets" internal-variants list in the heph-go plugin
reference; the other names there are still accurate.

Ref: hephbuild/heph@6a546a7
@github-actions

Copy link
Copy Markdown

⚡ Cloudflare Pages preview

Preview https://e5d5a966.hephbuild.pages.dev
Commit ff4ef47

@raphaelvigee
raphaelvigee merged commit c71eb7d into main Aug 17, 2026
3 checks passed
@raphaelvigee
raphaelvigee deleted the claude/eager-galileo-tr0e6s branch August 17, 2026 08:26
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants