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