The most organized collection of internal resources links is probably this:
Other than that, answers to these questions aren’t collected in once place, but they are scattered in different blog posts.
Constants internals: The Go Blog: Constants
Map implementation: Overview on SO: Golang map internal implementation - how does it search the map for a key?; also related: Go’s maps under the hood
Map internals: Macro View of Map Internals In Go