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
I'd like to use the buildid of the current process to check whether data in a cache was written by the same binary version.
I propose to extend runtime/debug.BuildInfo with a field BuildID, to be filled by debug.ReadBuildInfo(). This would give the value returned by go tool buildid $argv0.
The text was updated successfully, but these errors were encountered:
Proposal Details
I'd like to use the buildid of the current process to check whether data in a cache was written by the same binary version.
I propose to extend runtime/debug.BuildInfo with a field BuildID, to be filled by debug.ReadBuildInfo(). This would give the value returned by
go tool buildid $argv0
.The text was updated successfully, but these errors were encountered: