Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/derekbanas/Go-Tutorial
/ nums2
Function
nums2
hellogo.go:235–239 ·
view source on GitHub ↗
(channel chan int)
Source
from the content-addressed store, hash-verified
233
channel <- 3
234
}
235
func
nums2(channel
chan
int) {
236
channel <- 4
237
channel <- 5
238
channel <- 6
239
}
240
241
// ----- BANK ACCOUNT EXAMPLE -----
242
// Here I'll simulate customers accessing a
Callers
1
main
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected