Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/PacktPublishing/System-Programming-Essentials-with-Go
/ Add
Function
Add
ch1/tooling/test/math.go:3–5 ·
view source on GitHub ↗
(a, b int)
Source
from the content-addressed store, hash-verified
1
package
math
2
3
func
Add(a, b int) int {
4
return
a + b
5
}
Callers
1
TestAdd
Function · 0.85
Calls
no outgoing calls
Tested by
1
TestAdd
Function · 0.68