5 lines
56 B
Go
5 lines
56 B
Go
package Forums
|
|
|
|
type Forum struct {
|
|
threads []string
|
|
}
|
package Forums
|
|
|
|
type Forum struct {
|
|
threads []string
|
|
}
|