1
0
mirror of https://github.com/mrusme/neonmodem.git synced 2024-07-21 03:14:14 -04: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
}