mirror of
https://github.com/mrusme/neonmodem.git
synced 2024-12-04 14:46:37 -05:00
7 lines
65 B
Go
7 lines
65 B
Go
package author
|
|
|
|
type Author struct {
|
|
ID string
|
|
Name string
|
|
}
|