Blog/Forum/forum_contract.go

5 lines
56 B
Go
Executable file

package Forums
type Forum struct {
threads []string
}