mirror of
https://github.com/crazybber/awesome-patterns.git
synced 2025-04-04 21:53:34 +03:00
Create Album.go
This commit is contained in:
parent
11eb3eb608
commit
8ac63fef97
1 changed files with 12 additions and 0 deletions
12
behavioral/interpreter/Album.go
Normal file
12
behavioral/interpreter/Album.go
Normal file
|
@ -0,0 +1,12 @@
|
|||
/**
|
||||
* @author : Jagepard <jagepard@yandex.ru>
|
||||
* @license https://mit-license.org/ MIT
|
||||
*/
|
||||
|
||||
package main
|
||||
|
||||
// Album is ...
|
||||
type Album struct {
|
||||
name string
|
||||
author string
|
||||
}
|
Loading…
Add table
Reference in a new issue