MCPcopy 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 -----
33func sayHello() {
34 pl("Hello")
35}
36
37// Returns sum of values
38func getSum(x int, y int) int {

Callers 1

mainFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected