MCPcopy Create free account
hub / github.com/derekbanas/Go-Tutorial / printTo10

Function printTo10

hellogo.go:220–224  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

218 }
219}
220func printTo10() {
221 for i := 1; i <= 10; i++ {
222 pl("Func 2 :", i)
223 }
224}
225
226// These functions will print in order using
227// channels

Callers 1

mainFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected