You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
discusses issues he encountered using the plugin package in a real-world use case.
It would be good if there was a tool made or a command or flag in go build that spits out the EXACTdependencies and build environment that was used to build the plugin that the consumer of the plugin has to meet.
That will reduce the barriers of using plugins to create libraries to distribute to others. We can communicate itexactly to the user.
If it was a tool, ideally you can provide the actual library file and the tool would just spit out that information.
The text was updated successfully, but these errors were encountered:
pjebs
changed the title
proposal: tool to describe exact dependencies for plugins
proposal: tool to describe exact dependencies/build environment for plugins to be shareable
Dec 30, 2024
Proposal Details
@LukeShu in his response found here https://www.reddit.com/r/golang/comments/b6h8qq/comment/ejkxd2k/
discusses issues he encountered using the
plugin
package in a real-world use case.It would be good if there was a tool made or a command or flag in
go build
that spits out the EXACT dependencies and build environment that was used to build the plugin that the consumer of the plugin has to meet.That will reduce the barriers of using plugins to create libraries to distribute to others. We can communicate it exactly to the user.
If it was a tool, ideally you can provide the actual library file and the tool would just spit out that information.
The text was updated successfully, but these errors were encountered: