# We are preventing the stripping to keep backtraces intact
addFilter("unstripped-binary-or-object")

# Golang doesn't support dynamic linking yet in a proper way
addFilter("statically-linked-binary")

# We are aware of that but shorter names are not possible
addFilter("filename-too-long-for-joliet")

# These asm.s files are generated by go build / install
addFilter("W: zero-length")

# yeah, there is no binary in a go library package
addFilter("W: no-binary")