mirror of
https://github.com/lloeki/normandy.git
synced 2025-12-06 10:04:39 +01:00
foo
This commit is contained in:
parent
06273c3525
commit
aa3bb21334
2 changed files with 35 additions and 0 deletions
7
foo2.go
Normal file
7
foo2.go
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
package main
|
||||
|
||||
func main() {
|
||||
c := make(chan string, 1)
|
||||
c<-"foo"
|
||||
<-c
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue