When you create a map variable, the variable stores a pointer to a map header struct. The fields of this struct can not be accessed in normal Go programs. This video will cover the procedure to inspect fields of this map header struct.
Details regarding internals of map data type in Golang was covered in: • Internals of Maps in Golang