Blog/Forum/forum_contract.go

6 lines
56 B
Go
Raw Normal View History

package Forums
type Forum struct {
threads []string
}