Files
learngo/interfaces/08-promoted-methods/game.go

13 lines
237 B
Go
Raw Normal View History

2019-08-31 20:28:08 +03:00
// 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 game struct {
product
}