According to the Go documentation standard, how should you document this function?
func Add(a, b int) {
return a + b
}
According to the Go documentation standard, how should you document this function?
func Add(a, b int) {
return a + b
}