Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/derekbanas/Go-Tutorial
/ sayHello
Function
sayHello
hellogo.go:33–35 ·
view source on GitHub ↗
* I'm a block comment */ ----- FUNCTIONS -----
()
Source
from the content-addressed store, hash-verified
31
32
// ----- FUNCTIONS -----
33
func
sayHello() {
34
pl(
"Hello"
)
35
}
36
37
// Returns sum of values
38
func
getSum(x int, y int) int {
Callers
1
main
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected