In the Go programming language, is bytes.Buffer thread-safe? AFAIK, its documentation does not mention thread safety.
bytes.Buffer
No.
The Go documentation follows a simple rule: If it is not explicitly stated that concurrent access to something is safe, it is not.