mirror of
https://github.com/SourceFellows/gobuch.git
synced 2026-05-01 21:49:28 +02:00
initial import
This commit is contained in:
11
best-practices/synchron-api/main.go
Normal file
11
best-practices/synchron-api/main.go
Normal file
@@ -0,0 +1,11 @@
|
||||
package main
|
||||
|
||||
type Reader struct {
|
||||
c chan string
|
||||
}
|
||||
|
||||
|
||||
|
||||
func main() {
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user