mirror of
https://github.com/SourceFellows/gobuch.git
synced 2026-03-09 08:05:24 +01: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