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

Function printTo15

hellogo.go:215–219  ·  view source on GitHub ↗

----- CONCURRENCY -----

()

Source from the content-addressed store, hash-verified

213
214// ----- CONCURRENCY -----
215func printTo15() {
216 for i := 1; i <= 15; i++ {
217 pl("Func 1 :", i)
218 }
219}
220func printTo10() {
221 for i := 1; i <= 10; i++ {
222 pl("Func 2 :", i)

Callers 1

mainFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected