1
0
mirror of https://github.com/mrusme/neonmodem.git synced 2024-06-23 06:35:24 +00:00
neonmodem/models/author/author.go
2022-12-30 01:44:17 -05:00

7 lines
65 B
Go

package author
type Author struct {
ID string
Name string
}