add: io reader composition

This commit is contained in:
Inanc Gumus
2019-09-09 18:14:50 +03:00
parent 5ae171f48a
commit 9d5aa09b1e
13 changed files with 511 additions and 0 deletions

View File

@@ -0,0 +1,12 @@
// For more tutorials: https://blog.learngoprogramming.com
//
// Copyright © 2018 Inanc Gumus
// Learn Go Programming Course
// License: https://creativecommons.org/licenses/by-nc-sa/4.0/
//
package main
type toy struct {
product
}