1
0
mirror of https://github.com/mrusme/neonmodem.git synced 2025-02-02 15:07:59 -05:00
2022-12-30 23:57:03 -05:00

7 lines
63 B
Go

package forum
type Forum struct {
ID string
Name string
}