Notes for golang-github-tinylib-msgp - reproducible builds result

Version annotated: 1.0~beta-1
Identified issues:
Identifier: golang_compiler_captures_build_path_in_binary
URL https://github.com/golang/go/issues/16860
Description The golang compiler embeds the source/build paths into binaries.
Comments: Looks like its due to random variable numbers in generated code but these are actually deterministic due to golangs implicit rand.Seed(1) - I believe its some kind of arbitrary dict ordering instead
 

Our notes about issues affecting packages are stored in notes.git and are targeted at packages in Debian in 'unstable/amd64' (unless they say otherwise).