Files
learngo/interfaces/11-reflection-decoder/puzzle.go

13 lines
239 B
Go
Raw Normal View History

2019-09-03 12:41:45 +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 puzzle struct {
product
}