What does golang grammar mean?

What does the syntax of

golang mean? Boss, please explain. Thank you

//
type handler func(name string) int
 
//
func (h handler) add(name string) int {
    return h(name) + 10
}
Nov.15,2021

  

you think of type handler as a type
then Add is the method of this type

MySQL Query : SELECT * FROM `codeshelper`.`v9_news` WHERE status=99 AND catid='6' ORDER BY rand() LIMIT 5
MySQL Error : Disk full (/tmp/#sql-temptable-64f5-1b3f989-2c4b2.MAI); waiting for someone to free some space... (errno: 28 "No space left on device")
MySQL Errno : 1021
Message : Disk full (/tmp/#sql-temptable-64f5-1b3f989-2c4b2.MAI); waiting for someone to free some space... (errno: 28 "No space left on device")
Need Help?