update: interfaces composition

This commit is contained in:
Inanc Gumus
2019-08-30 00:49:27 +03:00
parent 6ab99ac78e
commit ec39a882c8
7 changed files with 52 additions and 36 deletions

View File

@@ -8,5 +8,5 @@
package main
type game struct {
*product
product
}