0 / 60 seg.

According to the Go documentation standard, how should you document this function?

func Add(a, b int) {
        return a + b
}