gobuch/best-practices/synchron-api/main.go

12 lines
72 B
Go
Raw Permalink Normal View History

2020-08-21 04:26:40 +00:00
package main
type Reader struct {
c chan string
}
func main() {
}