mirror of
https://github.com/mrusme/neonmodem.git
synced 2025-05-18 00:58:33 -04:00
7 lines
63 B
Go
7 lines
63 B
Go
package forum
|
|
|
|
type Forum struct {
|
|
ID string
|
|
Name string
|
|
}
|